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