Uses of Class
org.apache.cxf.ws.rm.SourceSequence
-
Packages that use SourceSequence 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 SourceSequence in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return SourceSequence Modifier and Type Method Description SourceSequenceRMManager. getSequence(Identifier inSeqId, Message message, AddressingProperties maps)SourceSequenceSource. getSequence(Identifier id)SourceSequenceRMProperties. getSourceSequence()Methods in org.apache.cxf.ws.rm that return types with arguments of type SourceSequence Modifier and Type Method Description Collection<SourceSequence>Source. getAllSequences()Collection<SourceSequence>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 SourceSequence Modifier and Type Method Description protected 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)RetryStatusRetransmissionQueue. getRetransmissionStatus(SourceSequence seq, long num)Returns the retransmission status for the specified message.Map<Long,RetryStatus>RetransmissionQueue. getRetransmissionStatuses(SourceSequence seq)Return the retransmission status of all the messages assigned to the sequence.List<Long>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 SourceSequence Modifier and Type Method Description SourceSequenceRMStore. 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 SourceSequence Modifier and Type Method Description Collection<SourceSequence>RMStore. 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 SourceSequence Modifier and Type Method Description voidRMStore. 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 SourceSequence Modifier and Type Method Description SourceSequenceRMTxStore. getSourceSequence(Identifier sid)Methods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type SourceSequence Modifier and Type Method Description Collection<SourceSequence>RMTxStore. getSourceSequences(String endpointIdentifier)Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type SourceSequence Modifier and Type Method Description voidRMTxStore. 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 SourceSequence Modifier and Type Method Description intRetransmissionQueueImpl. countUnacknowledged(SourceSequence seq)RetryStatusRetransmissionQueueImpl. getRetransmissionStatus(SourceSequence seq, long num)Map<Long,RetryStatus>RetransmissionQueueImpl. getRetransmissionStatuses(SourceSequence seq)protected List<RetransmissionQueueImpl.ResendCandidate>RetransmissionQueueImpl. getSequenceCandidates(SourceSequence seq)List<Long>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)
-