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

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

Uses of InvokerBeanMgr in org.apache.sandesha2.storage
 

Methods in org.apache.sandesha2.storage that return InvokerBeanMgr
abstract  InvokerBeanMgr StorageManager.getInvokerBeanMgr()
           
 

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

Classes in org.apache.sandesha2.storage.inmemory that implement InvokerBeanMgr
 class InMemoryInvokerBeanMgr
           
 

Methods in org.apache.sandesha2.storage.inmemory that return InvokerBeanMgr
 InvokerBeanMgr InMemoryStorageManager.getInvokerBeanMgr()
           
 

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

Classes in org.apache.sandesha2.storage.jdbc that implement InvokerBeanMgr
 class PersistentInvokerBeanMgr
           
 

Methods in org.apache.sandesha2.storage.jdbc that return InvokerBeanMgr
 InvokerBeanMgr PersistentStorageManager.getInvokerBeanMgr()
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.