org.apache.sandesha2.storage.beanmanagers
Interface InvokerBeanMgr
- All Superinterfaces:
- RMBeanManager
- All Known Implementing Classes:
- InMemoryInvokerBeanMgr
- public interface InvokerBeanMgr
- extends RMBeanManager
Used to manage invoker beans.
insert
public boolean insert(InvokerBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
delete
public boolean delete(java.lang.String key)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
retrieve
public InvokerBean retrieve(java.lang.String key)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
find
public java.util.List find(InvokerBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
findUnique
public InvokerBean findUnique(InvokerBean bean)
throws SandeshaException
- Throws:
SandeshaException
update
public boolean update(InvokerBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.