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)
           
 
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)
Specified by:
serviceChanged in interface ServiceListener
See Also:
ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.