Apache CXF API

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

Packages that use ManagedOperationParameters
org.apache.cxf.ws.rm   
 

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

Methods in org.apache.cxf.ws.rm with annotations of type ManagedOperationParameters
 int ManagedRMEndpoint.getDeferredAcknowledgementCount(String sid)
           
 CompositeData ManagedRMEndpoint.getDestinationSequence(String sid)
           
 Long[] ManagedRMEndpoint.getDestinationSequenceAcknowledgedRange(String sid)
           
 int ManagedRMEndpoint.getQueuedMessageCount(String sid)
           
 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.resumeSourceQueue(String sid)
           
 void ManagedRMEndpoint.suspendSourceQueue(String sid)
           
 


Apache CXF API

Apache CXF