Uses of Class
org.apache.cxf.ws.rm.DestinationSequence
Packages that use DestinationSequence
Package
Description
-
Uses of DestinationSequence in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return DestinationSequenceMethods in org.apache.cxf.ws.rm that return types with arguments of type DestinationSequenceMethods in org.apache.cxf.ws.rm with parameters of type DestinationSequenceModifier and TypeMethodDescriptionvoidRMProperties.addAck(DestinationSequence seq) voidDestination.addSequence(DestinationSequence seq) voidDestination.addSequence(DestinationSequence seq, boolean persist) intRedeliveryQueue.countUndelivered(DestinationSequence seq) RedeliveryQueue.getRedeliveryStatus(DestinationSequence seq, long num) Returns the retransmission status for the specified message.RedeliveryQueue.getRedeliveryStatuses(DestinationSequence seq) Return the retransmission status of all the messages assigned to the sequence.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 DestinationSequenceModifier and TypeMethodDescriptionRMStore.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 DestinationSequenceModifier and TypeMethodDescriptionRMStore.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 DestinationSequenceModifier and TypeMethodDescriptionvoidRMStore.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 DestinationSequenceMethods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type DestinationSequenceMethods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type DestinationSequenceModifier and TypeMethodDescriptionvoidRMTxStore.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 DestinationSequenceModifier and TypeMethodDescriptionintRedeliveryQueueImpl.countUndelivered(DestinationSequence seq) RedeliveryQueueImpl.getRedeliveryStatus(DestinationSequence seq, long num) RedeliveryQueueImpl.getRedeliveryStatuses(DestinationSequence seq) protected List<RedeliveryQueueImpl.RedeliverCandidate>RedeliveryQueueImpl.getSequenceCandidates(DestinationSequence seq) RedeliveryQueueImpl.getUndeliveredMessageNumbers(DestinationSequence seq) voidRedeliveryQueueImpl.purgeAll(DestinationSequence seq) voidRedeliveryQueueImpl.resume(DestinationSequence seq) voidRedeliveryQueueImpl.stop(DestinationSequence seq) voidRedeliveryQueueImpl.suspend(DestinationSequence seq)