Uses of Class
org.apache.cxf.ws.rm.DestinationSequence
-
Packages that use DestinationSequence Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.persistence org.apache.cxf.ws.rm.persistence.jdbc org.apache.cxf.ws.rm.soap -
-
Uses of DestinationSequence in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return DestinationSequence Modifier and Type Method Description DestinationSequence
Destination. getSequence(Identifier id)
Methods in org.apache.cxf.ws.rm that return types with arguments of type DestinationSequence Modifier and Type Method Description Collection<DestinationSequence>
Destination. getAllSequences()
Methods in org.apache.cxf.ws.rm with parameters of type DestinationSequence Modifier and Type Method Description void
RMProperties. addAck(DestinationSequence seq)
void
Destination. addSequence(DestinationSequence seq)
void
Destination. addSequence(DestinationSequence seq, boolean persist)
int
RedeliveryQueue. countUndelivered(DestinationSequence seq)
RetryStatus
RedeliveryQueue. getRedeliveryStatus(DestinationSequence seq, long num)
Returns the retransmission status for the specified message.Map<Long,RetryStatus>
RedeliveryQueue. getRedeliveryStatuses(DestinationSequence seq)
Return the retransmission status of all the messages assigned to the sequence.List<Long>
RedeliveryQueue. getUndeliveredMessageNumbers(DestinationSequence seq)
void
RedeliveryQueue. purgeAll(DestinationSequence seq)
Purge all candiates for the given sequence.void
Destination. removeSequence(DestinationSequence seq)
void
RedeliveryQueue. resume(DestinationSequence seq)
Resumes the redelivery attempts for the specified sequencevoid
RedeliveryQueue. stop(DestinationSequence seq)
Stops redelivery queue.void
RedeliveryQueue. suspend(DestinationSequence seq)
Suspends the redelivery attempts for the specified sequencevoid
Destination. terminateSequence(DestinationSequence seq)
void
Destination. terminateSequence(DestinationSequence seq, boolean forceRemove)
-
Uses of DestinationSequence in org.apache.cxf.ws.rm.persistence
Methods in org.apache.cxf.ws.rm.persistence that return DestinationSequence Modifier and Type Method Description DestinationSequence
RMStore. getDestinationSequence(Identifier seq)
Retrieve the destination sequence with the specified identifier from persistent store.Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type DestinationSequence Modifier and Type Method Description Collection<DestinationSequence>
RMStore. getDestinationSequences(String endpointIdentifier)
Retrieves all sequences managed by the identified RM destination endpoint from persistent store.Methods in org.apache.cxf.ws.rm.persistence with parameters of type DestinationSequence Modifier and Type Method Description void
RMStore. createDestinationSequence(DestinationSequence seq)
Create a destination sequence in the persistent store, with the sequence attributes as specified in theRMSDestinationSequence
object.void
RMStore. persistIncoming(DestinationSequence seq, RMMessage msg)
Called by an RM source upon processing an outbound message. -
Uses of DestinationSequence in org.apache.cxf.ws.rm.persistence.jdbc
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return DestinationSequence Modifier and Type Method Description DestinationSequence
RMTxStore. getDestinationSequence(Identifier sid)
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type DestinationSequence Modifier and Type Method Description Collection<DestinationSequence>
RMTxStore. getDestinationSequences(String endpointIdentifier)
Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type DestinationSequence Modifier and Type Method Description void
RMTxStore. createDestinationSequence(DestinationSequence seq)
void
RMTxStore. persistIncoming(DestinationSequence seq, RMMessage msg)
protected void
RMTxStore. updateDestinationSequence(Connection con, DestinationSequence seq)
protected void
RMTxStore. updateDestinationSequence(DestinationSequence seq)
-
Uses of DestinationSequence in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap with parameters of type DestinationSequence Modifier and Type Method Description int
RedeliveryQueueImpl. countUndelivered(DestinationSequence seq)
RetryStatus
RedeliveryQueueImpl. getRedeliveryStatus(DestinationSequence seq, long num)
Map<Long,RetryStatus>
RedeliveryQueueImpl. getRedeliveryStatuses(DestinationSequence seq)
protected List<RedeliveryQueueImpl.RedeliverCandidate>
RedeliveryQueueImpl. getSequenceCandidates(DestinationSequence seq)
List<Long>
RedeliveryQueueImpl. getUndeliveredMessageNumbers(DestinationSequence seq)
void
RedeliveryQueueImpl. purgeAll(DestinationSequence seq)
void
RedeliveryQueueImpl. resume(DestinationSequence seq)
void
RedeliveryQueueImpl. stop(DestinationSequence seq)
void
RedeliveryQueueImpl. suspend(DestinationSequence seq)
-