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

Packages that use InvokerBean
org.apache.sandesha2.storage.beanmanagers   
org.apache.sandesha2.storage.inmemory   
 

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

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

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

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

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

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



Copyright © 2005 Apache Web Services. All Rights Reserved.