Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.SourceSequence

Packages that use SourceSequence
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
 SourceSequence Source.getSequence(Identifier id)
           
 SourceSequence RMManager.getSequence(Identifier inSeqId, Message message, AddressingProperties maps)
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type SourceSequence
 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
 void Source.addSequence(SourceSequence seq)
           
 void Source.addSequence(SourceSequence seq, boolean persist)
           
 int RetransmissionQueue.countUnacknowledged(SourceSequence seq)
           
 void RetransmissionQueue.purgeAcknowledged(SourceSequence seq)
          Purge all candidates for the given sequence that have been acknowledged.
 void Source.removeSequence(SourceSequence seq)
           
 void 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.
 

Uses of SourceSequence in org.apache.cxf.ws.rm.persistence
 

Methods in org.apache.cxf.ws.rm.persistence that return SourceSequence
 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
 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
 void RMStore.createSourceSequence(SourceSequence seq)
          Create a source sequence in the persistent store, with the sequence attributes as specified in the RMSourceSequence 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
 SourceSequence RMTxStore.getSourceSequence(Identifier sid)
           
 

Methods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type SourceSequence
 Collection<SourceSequence> RMTxStore.getSourceSequences(String endpointIdentifier)
           
 

Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type SourceSequence
 void RMTxStore.createSourceSequence(SourceSequence seq)
           
 void RMTxStore.persistOutgoing(SourceSequence seq, RMMessage msg)
           
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
 int RetransmissionQueueImpl.countUnacknowledged(SourceSequence seq)
           
protected  List<RetransmissionQueueImpl.ResendCandidate> RetransmissionQueueImpl.getSequenceCandidates(SourceSequence seq)
           
 void RetransmissionQueueImpl.purgeAcknowledged(SourceSequence seq)
          Purge all candidates for the given sequence that have been acknowledged.
 void RetransmissionQueueImpl.stop(SourceSequence seq)
          Stops resending messages for the specified source sequence.
 


Apache CXF API

Apache CXF