org.apache.sandesha2.storage.beanmanagers
Interface InvokerBeanMgr

All Superinterfaces:
RMBeanManager
All Known Implementing Classes:
InMemoryInvokerBeanMgr, PersistentInvokerBeanMgr

public interface InvokerBeanMgr
extends RMBeanManager

Used to manage invoker beans.


Method Summary
 boolean delete(java.lang.String key)
           
 java.util.List<InvokerBean> find(InvokerBean bean)
           
 InvokerBean findUnique(InvokerBean bean)
           
 boolean insert(InvokerBean bean)
           
 InvokerBean retrieve(java.lang.String key)
           
 boolean update(InvokerBean bean)
           
 

Method Detail

insert

boolean insert(InvokerBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

delete

boolean delete(java.lang.String key)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

retrieve

InvokerBean retrieve(java.lang.String key)
                     throws SandeshaStorageException
Throws:
SandeshaStorageException

find

java.util.List<InvokerBean> find(InvokerBean bean)
                                 throws SandeshaStorageException
Throws:
SandeshaStorageException

findUnique

InvokerBean findUnique(InvokerBean bean)
                       throws SandeshaException
Throws:
SandeshaException

update

boolean update(InvokerBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException


Copyright © The Apache Software Foundation. All Rights Reserved.