org.apache.felix.upnp.basedriver.export
Class ThreadExporter

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.export.ThreadExporter
All Implemented Interfaces:
Runnable, EventListener, ServiceListener

public class ThreadExporter
extends Object
implements Runnable, ServiceListener


Constructor Summary
ThreadExporter(RootDeviceExportingQueue queue)
           
 
Method Summary
 void cleanUp()
           
 void end()
           
 void run()
           
 void serviceChanged(ServiceEvent event)
          Receives notification that a service has had a lifecycle change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadExporter

public ThreadExporter(RootDeviceExportingQueue queue)
               throws InvalidSyntaxException
Throws:
InvalidSyntaxException
Method Detail

run

public void run()
Specified by:
run in interface Runnable

cleanUp

public void cleanUp()

end

public void end()

serviceChanged

public void serviceChanged(ServiceEvent event)
Description copied from interface: ServiceListener
Receives notification that a service has had a lifecycle change.

Specified by:
serviceChanged in interface ServiceListener
Parameters:
event - The ServiceEvent object.
See Also:
ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.