org.apache.sandesha2.storage.jdbc
Class PersistentRMSBeanMgr
java.lang.Object
org.apache.sandesha2.storage.jdbc.PersistentBeanMgr
org.apache.sandesha2.storage.jdbc.PersistentRMSBeanMgr
- All Implemented Interfaces:
- RMBeanManager, RMSBeanMgr
public class PersistentRMSBeanMgr
- extends PersistentBeanMgr
- implements RMSBeanMgr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentRMSBeanMgr
public PersistentRMSBeanMgr(PersistentStorageManager pmgr)
delete
public boolean delete(java.lang.String msgId)
throws SandeshaStorageException
- Specified by:
delete in interface RMSBeanMgr
- Throws:
SandeshaStorageException
find
public java.util.List<RMSBean> find(RMSBean bean)
throws SandeshaStorageException
- Specified by:
find in interface RMSBeanMgr
- Throws:
SandeshaStorageException
insert
public boolean insert(RMSBean bean)
throws SandeshaStorageException
- Specified by:
insert in interface RMSBeanMgr
- Throws:
SandeshaStorageException
retrieve
public RMSBean retrieve(java.lang.String msgId)
throws SandeshaStorageException
- Specified by:
retrieve in interface RMSBeanMgr
- Throws:
SandeshaStorageException
update
public boolean update(RMSBean bean)
throws SandeshaStorageException
- Specified by:
update in interface RMSBeanMgr
- Throws:
SandeshaStorageException
findUnique
public RMSBean findUnique(RMSBean bean)
throws SandeshaStorageException
- Specified by:
findUnique in interface RMSBeanMgr
- Throws:
SandeshaStorageException
retrieveBySequenceID
public RMSBean retrieveBySequenceID(java.lang.String seqId)
throws SandeshaStorageException
- Specified by:
retrieveBySequenceID in interface RMSBeanMgr
- Throws:
SandeshaStorageException
retrieveByInternalSequenceID
public RMSBean retrieveByInternalSequenceID(java.lang.String internalSeqId)
throws SandeshaStorageException
- Specified by:
retrieveByInternalSequenceID in interface RMSBeanMgr
- Throws:
SandeshaStorageException
Copyright © The Apache Software Foundation. All Rights Reserved.