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 DestinationSequenceDestination. 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 voidRMProperties. addAck(DestinationSequence seq)voidDestination. addSequence(DestinationSequence seq)voidDestination. addSequence(DestinationSequence seq, boolean persist)intRedeliveryQueue. countUndelivered(DestinationSequence seq)RetryStatusRedeliveryQueue. 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)voidRedeliveryQueue. purgeAll(DestinationSequence seq)Purge all candiates for the given sequence.voidDestination. removeSequence(DestinationSequence seq)voidRedeliveryQueue. resume(DestinationSequence seq)Resumes the redelivery attempts for the specified sequencevoidRedeliveryQueue. stop(DestinationSequence seq)Stops redelivery queue.voidRedeliveryQueue. suspend(DestinationSequence seq)Suspends the redelivery attempts for the specified sequencevoidDestination. terminateSequence(DestinationSequence seq)voidDestination. 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 DestinationSequenceRMStore. 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 voidRMStore. createDestinationSequence(DestinationSequence seq)Create a destination sequence in the persistent store, with the sequence attributes as specified in theRMSDestinationSequenceobject.voidRMStore. 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 DestinationSequenceRMTxStore. 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 voidRMTxStore. createDestinationSequence(DestinationSequence seq)voidRMTxStore. persistIncoming(DestinationSequence seq, RMMessage msg)protected voidRMTxStore. updateDestinationSequence(Connection con, DestinationSequence seq)protected voidRMTxStore. 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 intRedeliveryQueueImpl. countUndelivered(DestinationSequence seq)RetryStatusRedeliveryQueueImpl. 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)voidRedeliveryQueueImpl. purgeAll(DestinationSequence seq)voidRedeliveryQueueImpl. resume(DestinationSequence seq)voidRedeliveryQueueImpl. stop(DestinationSequence seq)voidRedeliveryQueueImpl. suspend(DestinationSequence seq)
-