Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.soap |
Modifier and Type | Method and Description |
---|---|
RetryStatus |
RetransmissionQueue.getRetransmissionStatus(SourceSequence seq,
long num)
Returns the retransmission status for the specified message.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,RetryStatus> |
RetransmissionQueue.getRetransmissionStatuses(SourceSequence seq)
Return the retransmission status of all the messages assigned to the sequence.
|
Modifier and Type | Class and Description |
---|---|
protected class |
RetransmissionQueueImpl.ResendCandidate
Represents a candidate for resend, i.e.
|
Modifier and Type | Method and Description |
---|---|
RetryStatus |
RetransmissionQueueImpl.getRetransmissionStatus(SourceSequence seq,
long num) |
Modifier and Type | Method and Description |
---|---|
Map<Long,RetryStatus> |
RetransmissionQueueImpl.getRetransmissionStatuses(SourceSequence seq) |
Apache CXF