org.apache.cxf.bus.osgi
Class ManagedWorkQueueList
java.lang.Object
org.apache.cxf.bus.osgi.ManagedWorkQueueList
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, org.osgi.service.cm.ManagedServiceFactory
public class ManagedWorkQueueList
- extends Object
- implements org.osgi.service.cm.ManagedServiceFactory, PropertyChangeListener
List of work queues that can be managed using the OSGi configuration admin service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_PID
public static final String FACTORY_PID
- See Also:
- Constant Field Values
ManagedWorkQueueList
public ManagedWorkQueueList()
getName
public String getName()
- Specified by:
getName
in interface org.osgi.service.cm.ManagedServiceFactory
updated
public void updated(String pid,
Dictionary props)
throws org.osgi.service.cm.ConfigurationException
- Specified by:
updated
in interface org.osgi.service.cm.ManagedServiceFactory
- Throws:
org.osgi.service.cm.ConfigurationException
deleted
public void deleted(String pid)
- Specified by:
deleted
in interface org.osgi.service.cm.ManagedServiceFactory
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
addAllToWorkQueueManager
public void addAllToWorkQueueManager(WorkQueueManager manager)
setConfigAdminTracker
public void setConfigAdminTracker(org.osgi.util.tracker.ServiceTracker configAdminTracker)
shutDown
public void shutDown()
Apache CXF