Uses of Class
org.apache.sandesha2.storage.beans.InvokerBean

Packages that use InvokerBean
org.apache.sandesha2.storage.beanmanagers   
org.apache.sandesha2.storage.beans   
org.apache.sandesha2.storage.inmemory   
org.apache.sandesha2.storage.jdbc   
org.apache.sandesha2.workers   
 

Uses of InvokerBean in org.apache.sandesha2.storage.beanmanagers
 

Methods in org.apache.sandesha2.storage.beanmanagers that return InvokerBean
 InvokerBean InvokerBeanMgr.findUnique(InvokerBean bean)
           
 InvokerBean InvokerBeanMgr.retrieve(java.lang.String key)
           
 

Methods in org.apache.sandesha2.storage.beanmanagers that return types with arguments of type InvokerBean
 java.util.List<InvokerBean> InvokerBeanMgr.find(InvokerBean bean)
           
 

Methods in org.apache.sandesha2.storage.beanmanagers with parameters of type InvokerBean
 java.util.List<InvokerBean> InvokerBeanMgr.find(InvokerBean bean)
           
 InvokerBean InvokerBeanMgr.findUnique(InvokerBean bean)
           
 boolean InvokerBeanMgr.insert(InvokerBean bean)
           
 boolean InvokerBeanMgr.update(InvokerBean bean)
           
 

Uses of InvokerBean in org.apache.sandesha2.storage.beans
 

Constructors in org.apache.sandesha2.storage.beans with parameters of type InvokerBean
InvokerBean(InvokerBean beanToCopy)
           
 

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

Methods in org.apache.sandesha2.storage.inmemory that return InvokerBean
 InvokerBean InMemoryInvokerBeanMgr.findUnique(InvokerBean bean)
           
 InvokerBean InMemoryInvokerBeanMgr.retrieve(java.lang.String key)
           
 

Methods in org.apache.sandesha2.storage.inmemory that return types with arguments of type InvokerBean
 java.util.List<InvokerBean> InMemoryInvokerBeanMgr.find(InvokerBean bean)
           
 

Methods in org.apache.sandesha2.storage.inmemory with parameters of type InvokerBean
 java.util.List<InvokerBean> InMemoryInvokerBeanMgr.find(InvokerBean bean)
           
 InvokerBean InMemoryInvokerBeanMgr.findUnique(InvokerBean bean)
           
 boolean InMemoryInvokerBeanMgr.insert(InvokerBean bean)
           
 boolean InMemoryInvokerBeanMgr.update(InvokerBean bean)
           
 

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

Methods in org.apache.sandesha2.storage.jdbc that return InvokerBean
 InvokerBean PersistentInvokerBeanMgr.findUnique(InvokerBean bean)
           
 InvokerBean PersistentInvokerBeanMgr.retrieve(java.lang.String key)
           
 

Methods in org.apache.sandesha2.storage.jdbc that return types with arguments of type InvokerBean
 java.util.List<InvokerBean> PersistentInvokerBeanMgr.find(InvokerBean bean)
           
 

Methods in org.apache.sandesha2.storage.jdbc with parameters of type InvokerBean
 java.util.List<InvokerBean> PersistentInvokerBeanMgr.find(InvokerBean bean)
           
 InvokerBean PersistentInvokerBeanMgr.findUnique(InvokerBean bean)
           
 boolean PersistentInvokerBeanMgr.insert(InvokerBean bean)
           
 boolean PersistentInvokerBeanMgr.update(InvokerBean bean)
           
 

Uses of InvokerBean in org.apache.sandesha2.workers
 

Constructors in org.apache.sandesha2.workers with parameters of type InvokerBean
InvokerWorker(org.apache.axis2.context.ConfigurationContext configurationContext, InvokerBean bean)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.