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

Packages that use RMSBeanMgr
org.apache.sandesha2.storage   
org.apache.sandesha2.storage.inmemory   
org.apache.sandesha2.storage.jdbc   
 

Uses of RMSBeanMgr in org.apache.sandesha2.storage
 

Methods in org.apache.sandesha2.storage that return RMSBeanMgr
abstract  RMSBeanMgr StorageManager.getRMSBeanMgr()
           
 

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

Classes in org.apache.sandesha2.storage.inmemory that implement RMSBeanMgr
 class InMemoryRMSBeanMgr
           
 

Methods in org.apache.sandesha2.storage.inmemory that return RMSBeanMgr
 RMSBeanMgr InMemoryStorageManager.getRMSBeanMgr()
           
 

Uses of RMSBeanMgr in org.apache.sandesha2.storage.jdbc
 

Classes in org.apache.sandesha2.storage.jdbc that implement RMSBeanMgr
 class PersistentRMSBeanMgr
           
 

Methods in org.apache.sandesha2.storage.jdbc that return RMSBeanMgr
 RMSBeanMgr PersistentStorageManager.getRMSBeanMgr()
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.