Uses of Class
org.apache.cxf.ws.rm.SourceSequence
Packages that use SourceSequence
Package
Description
-
Uses of SourceSequence in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return SourceSequenceModifier and TypeMethodDescriptionRMManager.getSequence(Identifier inSeqId, Message message, AddressingProperties maps) Source.getSequence(Identifier id) RMProperties.getSourceSequence()Methods in org.apache.cxf.ws.rm that return types with arguments of type SourceSequenceModifier and TypeMethodDescriptionSource.getAllSequences()Source.getAllUnacknowledgedSequences()Returns a collection of all sequences for which have not yet been completely acknowledged.Methods in org.apache.cxf.ws.rm with parameters of type SourceSequenceModifier and TypeMethodDescriptionprotected voidRMOutInterceptor.addAckRequest(Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence) Add AcknowledgementRequested to message if needed.voidSource.addSequence(SourceSequence seq) voidSource.addSequence(SourceSequence seq, boolean persist) intRetransmissionQueue.countUnacknowledged(SourceSequence seq) RetransmissionQueue.getRetransmissionStatus(SourceSequence seq, long num) Returns the retransmission status for the specified message.RetransmissionQueue.getRetransmissionStatuses(SourceSequence seq) Return the retransmission status of all the messages assigned to the sequence.RetransmissionQueue.getUnacknowledgedMessageNumbers(SourceSequence seq) voidRetransmissionQueue.purgeAcknowledged(SourceSequence seq) Purge all candidates for the given sequence that have been acknowledged.voidRetransmissionQueue.purgeAll(SourceSequence seq) Purge all candidates for the given sequence.voidSource.removeSequence(SourceSequence seq) voidRetransmissionQueue.resume(SourceSequence seq) Resumes the retransmission attempts for the specified sequencevoidSource.setCurrent(SourceSequence s) Sets the current sequence used by a client side source.voidRMProperties.setSequence(SourceSequence seq) voidRetransmissionQueue.stop(SourceSequence seq) Stops retransmission queue.voidRetransmissionQueue.suspend(SourceSequence seq) Suspends the retransmission attempts for the specified sequence -
Uses of SourceSequence in org.apache.cxf.ws.rm.persistence
Methods in org.apache.cxf.ws.rm.persistence that return SourceSequenceModifier and TypeMethodDescriptionRMStore.getSourceSequence(Identifier seq) Retrieve the source sequence with the specified identifier from persistent store.Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type SourceSequenceModifier and TypeMethodDescriptionRMStore.getSourceSequences(String endpointIdentifier) Retrieves all sequences managed by the identified RM source endpoint from persistent store.Methods in org.apache.cxf.ws.rm.persistence with parameters of type SourceSequenceModifier and TypeMethodDescriptionvoidRMStore.createSourceSequence(SourceSequence seq) Create a source sequence in the persistent store, with the sequence attributes as specified in theRMSourceSequenceobject.voidRMStore.persistOutgoing(SourceSequence seq, RMMessage msg) Called by an RM source upon processing an outbound message. -
Uses of SourceSequence in org.apache.cxf.ws.rm.persistence.jdbc
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return SourceSequenceMethods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type SourceSequenceMethods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type SourceSequenceModifier and TypeMethodDescriptionvoidRMTxStore.createSourceSequence(SourceSequence seq) voidRMTxStore.persistOutgoing(SourceSequence seq, RMMessage msg) protected voidRMTxStore.updateSourceSequence(Connection con, SourceSequence seq) protected voidRMTxStore.updateSourceSequence(SourceSequence seq) -
Uses of SourceSequence in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap with parameters of type SourceSequenceModifier and TypeMethodDescriptionintRetransmissionQueueImpl.countUnacknowledged(SourceSequence seq) RetransmissionQueueImpl.getRetransmissionStatus(SourceSequence seq, long num) RetransmissionQueueImpl.getRetransmissionStatuses(SourceSequence seq) protected List<RetransmissionQueueImpl.ResendCandidate>RetransmissionQueueImpl.getSequenceCandidates(SourceSequence seq) RetransmissionQueueImpl.getUnacknowledgedMessageNumbers(SourceSequence seq) voidRetransmissionQueueImpl.purgeAcknowledged(SourceSequence seq) Purge all candidates for the given sequence that have been acknowledged.voidRetransmissionQueueImpl.purgeAll(SourceSequence seq) Purge all candidates for the given sequence.voidRetransmissionQueueImpl.resume(SourceSequence seq) voidRetransmissionQueueImpl.stop(SourceSequence seq) Stops resending messages for the specified source sequence.voidRetransmissionQueueImpl.suspend(SourceSequence seq)