Apache CXF API

Uses of Class
org.apache.cxf.management.annotation.ManagedOperation

Packages that use ManagedOperation
org.apache.cxf.bus   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.management.jmx.export.runtime   
org.apache.cxf.workqueue   
 

Uses of ManagedOperation in org.apache.cxf.bus
 

Methods in org.apache.cxf.bus with annotations of type ManagedOperation
 void ManagedBus.shutdown(boolean wait)
           
 

Uses of ManagedOperation in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint with annotations of type ManagedOperation
 void ManagedEndpoint.destroy()
           
 void ManagedEndpoint.start()
           
 void ManagedEndpoint.stop()
           
 

Uses of ManagedOperation in org.apache.cxf.management.jmx.export.runtime
 

Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedOperation
 ManagedOperation ModelMBeanAssembler.getManagedOperation(Method method)
           
 

Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedOperation
 Descriptor ModelMBeanInfoSupporter.buildOperationDescriptor(ManagedOperation mo, String operationName)
           
 

Uses of ManagedOperation in org.apache.cxf.workqueue
 

Methods in org.apache.cxf.workqueue with annotations of type ManagedOperation
 void WorkQueueManagerImplMBeanWrapper.shutdown(boolean processRemainingWorkItems)
           
 


Apache CXF API

Apache CXF