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.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, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps)
           
 SourceSequence RMManager.getSourceSequence(Identifier id)
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type SourceSequence
 java.util.Collection<SourceSequence> Source.getAllSequences()
           
 java.util.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)
           
 

Method parameters in org.apache.cxf.ws.rm with type arguments of type SourceSequence
 void RetransmissionQueue.populate(java.util.Collection<SourceSequence> sss)
          Populates the retransmission queue with messages recovered from persistent store.
 

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

Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type SourceSequence
 java.util.Collection<SourceSequence> RMStore.getSourceSequences(java.lang.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.soap
 

Methods in org.apache.cxf.ws.rm.soap with parameters of type SourceSequence
 int RetransmissionQueueImpl.countUnacknowledged(SourceSequence seq)
           
protected  java.util.List<RetransmissionQueueImpl.ResendCandidate> RetransmissionQueueImpl.getSequenceCandidates(SourceSequence seq)
           
 void RetransmissionQueueImpl.purgeAcknowledged(SourceSequence seq)
          Purge all candidates for the given sequence that have been acknowledged.
 

Method parameters in org.apache.cxf.ws.rm.soap with type arguments of type SourceSequence
 void RetransmissionQueueImpl.populate(java.util.Collection<SourceSequence> sss)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.