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