Apache CXF API

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

Packages that use ManagedOperation
org.apache.cxf.bus   
org.apache.cxf.bus.managers   
org.apache.cxf.endpoint   
org.apache.cxf.management.jmx.export.runtime   
org.apache.cxf.sts.cache   
org.apache.cxf.ws.rm   
 

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.bus.managers
 

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

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.sts.cache
 

Methods in org.apache.cxf.sts.cache with annotations of type ManagedOperation
 void EHCacheIdentityCache.clear()
           
 void MemoryIdentityCache.clear()
           
 Map<String,String> EHCacheIdentityCache.get(String user, String realm)
           
 Map<String,String> MemoryIdentityCache.get(String user, String realm)
           
 String EHCacheIdentityCache.getContent()
           
 String MemoryIdentityCache.getContent()
           
 int EHCacheIdentityCache.size()
           
 int MemoryIdentityCache.size()
           
 

Uses of ManagedOperation in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm with annotations of type ManagedOperation
 void ManagedRMEndpoint.closeSourceSequence(String sid)
           
 CompositeData ManagedRMEndpoint.getCurrentSourceSequence()
           
 String ManagedRMEndpoint.getCurrentSourceSequenceId()
           
 int ManagedRMEndpoint.getDeferredAcknowledgementCount(String sid)
           
 int ManagedRMEndpoint.getDeferredAcknowledgementTotalCount()
           
 CompositeData ManagedRMEndpoint.getDestinationSequence(String sid)
           
 Long[] ManagedRMEndpoint.getDestinationSequenceAcknowledgedRange(String sid)
           
 String[] ManagedRMEndpoint.getDestinationSequenceIds()
           
 CompositeData[] ManagedRMEndpoint.getDestinationSequences()
           
 String[] ManagedRMManager.getEndpointIdentifiers()
           
 int ManagedRMEndpoint.getQueuedMessageCount(String sid, boolean outbound)
           
 int ManagedRMEndpoint.getQueuedMessageTotalCount(boolean outbound)
           
 CompositeData ManagedRMEndpoint.getRetransmissionStatus(String sid, long num)
           
 CompositeData[] ManagedRMEndpoint.getRetransmissionStatuses(String sid)
           
 CompositeData ManagedRMEndpoint.getSourceSequence(String sid)
           
 Long[] ManagedRMEndpoint.getSourceSequenceAcknowledgedRange(String sid)
           
 String[] ManagedRMEndpoint.getSourceSequenceIds(boolean expired)
           
 CompositeData[] ManagedRMEndpoint.getSourceSequences(boolean expired)
           
 Long[] ManagedRMEndpoint.getUnAcknowledgedMessageIdentifiers(String sid)
           
 void ManagedRMEndpoint.purgeUnAcknowledgedMessages(String sid)
           
 void ManagedRMEndpoint.removeDestinationSequence(String sid)
           
 void ManagedRMEndpoint.removeSourceSequence(String sid)
           
 void ManagedRMEndpoint.resumeSourceQueue(String sid)
           
 void ManagedRMManager.shutdown()
           
 void ManagedRMEndpoint.suspendSourceQueue(String sid)
           
 void ManagedRMEndpoint.terminateDestinationSequence(String sid)
           
 void ManagedRMEndpoint.terminateSourceSequence(String sid)
           
 


Apache CXF API

Apache CXF