Uses of Interface
org.apache.cxf.ws.rm.RetryStatus
-
Packages that use RetryStatus Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.soap -
-
Uses of RetryStatus in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return RetryStatus Modifier and Type Method Description RetryStatus
RedeliveryQueue. getRedeliveryStatus(DestinationSequence seq, long num)
Returns the retransmission status for the specified message.RetryStatus
RetransmissionQueue. getRetransmissionStatus(SourceSequence seq, long num)
Returns the retransmission status for the specified message.Methods in org.apache.cxf.ws.rm that return types with arguments of type RetryStatus Modifier and Type Method Description Map<Long,RetryStatus>
RedeliveryQueue. getRedeliveryStatuses(DestinationSequence seq)
Return the retransmission status of all the messages assigned to the sequence.Map<Long,RetryStatus>
RetransmissionQueue. getRetransmissionStatuses(SourceSequence seq)
Return the retransmission status of all the messages assigned to the sequence. -
Uses of RetryStatus in org.apache.cxf.ws.rm.soap
Classes in org.apache.cxf.ws.rm.soap that implement RetryStatus Modifier and Type Class Description protected class
RedeliveryQueueImpl.RedeliverCandidate
protected class
RetransmissionQueueImpl.ResendCandidate
Represents a candidate for resend, i.e.Methods in org.apache.cxf.ws.rm.soap that return RetryStatus Modifier and Type Method Description RetryStatus
RedeliveryQueueImpl. getRedeliveryStatus(DestinationSequence seq, long num)
RetryStatus
RetransmissionQueueImpl. getRetransmissionStatus(SourceSequence seq, long num)
Methods in org.apache.cxf.ws.rm.soap that return types with arguments of type RetryStatus Modifier and Type Method Description Map<Long,RetryStatus>
RedeliveryQueueImpl. getRedeliveryStatuses(DestinationSequence seq)
Map<Long,RetryStatus>
RetransmissionQueueImpl. getRetransmissionStatuses(SourceSequence seq)
-