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
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 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 © 2007 Apache Web Services Project. All Rights Reserved.