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 SourceSequence
RMManager. getSequence(Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps)
SourceSequence
Source. getSequence(Identifier id)
SourceSequence
RMProperties. 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 void
RMOutInterceptor. addAckRequest(org.apache.cxf.message.Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence)
Add AcknowledgementRequested to message if needed.void
Source. addSequence(SourceSequence seq)
void
Source. addSequence(SourceSequence seq, boolean persist)
int
RetransmissionQueue. countUnacknowledged(SourceSequence seq)
RetryStatus
RetransmissionQueue. 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)
void
RetransmissionQueue. purgeAcknowledged(SourceSequence seq)
Purge all candidates for the given sequence that have been acknowledged.void
RetransmissionQueue. purgeAll(SourceSequence seq)
Purge all candidates for the given sequence.void
Source. removeSequence(SourceSequence seq)
void
RetransmissionQueue. resume(SourceSequence seq)
Resumes the retransmission attempts for the specified sequencevoid
Source. setCurrent(SourceSequence s)
Sets the current sequence used by a client side source.void
RMProperties. setSequence(SourceSequence seq)
void
RetransmissionQueue. stop(SourceSequence seq)
Stops retransmission queue.void
RetransmissionQueue. 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 SourceSequence
RMStore. 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 void
RMStore. createSourceSequence(SourceSequence seq)
Create a source sequence in the persistent store, with the sequence attributes as specified in theRMSourceSequence
object.void
RMStore. 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 SourceSequence
RMTxStore. 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 void
RMTxStore. createSourceSequence(SourceSequence seq)
void
RMTxStore. persistOutgoing(SourceSequence seq, RMMessage msg)
protected void
RMTxStore. updateSourceSequence(Connection con, SourceSequence seq)
protected void
RMTxStore. 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 int
RetransmissionQueueImpl. countUnacknowledged(SourceSequence seq)
RetryStatus
RetransmissionQueueImpl. 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)
void
RetransmissionQueueImpl. purgeAcknowledged(SourceSequence seq)
Purge all candidates for the given sequence that have been acknowledged.void
RetransmissionQueueImpl. purgeAll(SourceSequence seq)
Purge all candidates for the given sequence.void
RetransmissionQueueImpl. resume(SourceSequence seq)
void
RetransmissionQueueImpl. stop(SourceSequence seq)
Stops resending messages for the specified source sequence.void
RetransmissionQueueImpl. suspend(SourceSequence seq)
-