| Package | Description |
|---|---|
| org.apache.cxf.ws.rm | |
| org.apache.cxf.ws.rm.soap |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
RedeliveryQueueImpl.RedeliverCandidate |
protected class |
RetransmissionQueueImpl.ResendCandidate
Represents a candidate for resend, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStatus |
RedeliveryQueueImpl.getRedeliveryStatus(DestinationSequence seq,
long num) |
RetryStatus |
RetransmissionQueueImpl.getRetransmissionStatus(SourceSequence seq,
long num) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,RetryStatus> |
RedeliveryQueueImpl.getRedeliveryStatuses(DestinationSequence seq) |
Map<Long,RetryStatus> |
RetransmissionQueueImpl.getRetransmissionStatuses(SourceSequence seq) |
Apache CXF