org.apache.sandesha2.storage.beanmanagers
Interface CreateSeqBeanMgr
- All Superinterfaces:
- RMBeanManager
- All Known Implementing Classes:
- InMemoryCreateSeqBeanMgr
- public interface CreateSeqBeanMgr
- extends RMBeanManager
This is used to manage CreateSequence beans.
- Author:
- Chamikara Jayalath , Sanka Samaranayaka
insert
public boolean insert(CreateSeqBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
delete
public boolean delete(java.lang.String msgId)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
retrieve
public CreateSeqBean retrieve(java.lang.String msgId)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
update
public boolean update(CreateSeqBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
find
public java.util.Collection find(CreateSeqBean bean)
throws SandeshaStorageException
- Throws:
SandeshaStorageException
findUnique
public CreateSeqBean findUnique(CreateSeqBean bean)
throws SandeshaException
- Throws:
SandeshaException
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.