Apache CXF API

org.apache.cxf.bus.osgi
Class WorkQueueSingleConfig

java.lang.Object
  extended by org.apache.cxf.bus.osgi.WorkQueueSingleConfig
All Implemented Interfaces:
org.osgi.service.cm.ManagedService

Deprecated.

@Deprecated
public class WorkQueueSingleConfig
extends Object
implements org.osgi.service.cm.ManagedService

Use the ManagedWorkQueueList config style instead


Field Summary
static String PROPERTY_PREFIX
          Deprecated.  
static String SERVICE_PID
          Deprecated.  
 
Constructor Summary
WorkQueueSingleConfig(ManagedWorkQueueList workQueueList)
          Deprecated.  
 
Method Summary
 void updated(Dictionary properties)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_PID

public static final String SERVICE_PID
Deprecated. 
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

WorkQueueSingleConfig

public WorkQueueSingleConfig(ManagedWorkQueueList workQueueList)
Deprecated. 
Method Detail

updated

public void updated(Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Deprecated. 
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException

Apache CXF API

Apache CXF