org.apache.felix.upnp.basedriver.export
Class ThreadExporter
java.lang.Object
org.apache.felix.upnp.basedriver.export.ThreadExporter
- All Implemented Interfaces:
- Runnable, EventListener, ServiceListener
public class ThreadExporter
- extends Object
- implements Runnable, ServiceListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadExporter
public ThreadExporter(RootDeviceExportingQueue queue)
throws InvalidSyntaxException
- Throws:
InvalidSyntaxException
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.