Uses of Interface
org.apache.sandesha2.storage.beanmanagers.SequencePropertyBeanMgr

Packages that use SequencePropertyBeanMgr
org.apache.sandesha2.storage   
org.apache.sandesha2.storage.inmemory   
org.apache.sandesha2.util   
 

Uses of SequencePropertyBeanMgr in org.apache.sandesha2.storage
 

Methods in org.apache.sandesha2.storage that return SequencePropertyBeanMgr
abstract  SequencePropertyBeanMgr StorageManager.getSequencePropretyBeanMgr()
           
 

Uses of SequencePropertyBeanMgr in org.apache.sandesha2.storage.inmemory
 

Classes in org.apache.sandesha2.storage.inmemory that implement SequencePropertyBeanMgr
 class InMemorySequencePropertyBeanMgr
           
 

Methods in org.apache.sandesha2.storage.inmemory that return SequencePropertyBeanMgr
 SequencePropertyBeanMgr InMemoryStorageManager.getSequencePropretyBeanMgr()
           
 

Uses of SequencePropertyBeanMgr in org.apache.sandesha2.util
 

Methods in org.apache.sandesha2.util with parameters of type SequencePropertyBeanMgr
static java.util.ArrayList AcknowledgementManager.getClientCompletedMessagesList(java.lang.String sequenceID, SequencePropertyBeanMgr seqPropMgr)
          this is used to get the acked messages of a sequence.
static java.util.ArrayList AcknowledgementManager.getServerCompletedMessagesList(java.lang.String sequenceID, SequencePropertyBeanMgr seqPropMgr)
           
 



Copyright © 2005-2006 Apache Web Services. All Rights Reserved.