Apache CXF API

org.apache.cxf.workqueue
Class WorkQueueManagerImplMBeanWrapper

java.lang.Object
  extended by org.apache.cxf.workqueue.WorkQueueManagerImplMBeanWrapper
All Implemented Interfaces:
ManagedComponent

@ManagedResource(componentName="WorkQueueManager",
                 description="The CXF manangement of work queues ",
                 currencyTimeLimit=15,
                 persistPolicy="OnUpdate",
                 persistPeriod=200)
public class WorkQueueManagerImplMBeanWrapper
extends Object
implements ManagedComponent


Constructor Summary
WorkQueueManagerImplMBeanWrapper(WorkQueueManagerImpl wq)
           
 
Method Summary
 ObjectName getObjectName()
           
 void shutdown(boolean processRemainingWorkItems)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkQueueManagerImplMBeanWrapper

public WorkQueueManagerImplMBeanWrapper(WorkQueueManagerImpl wq)
Method Detail

shutdown

@ManagedOperation(currencyTimeLimit=30)
public void shutdown(boolean processRemainingWorkItems)

getObjectName

public ObjectName getObjectName()
                         throws JMException
Specified by:
getObjectName in interface ManagedComponent
Throws:
JMException

Apache CXF API

Apache CXF