org.apache.sandesha2.storage.inmemory
Class InMemoryRMSBeanMgr
java.lang.Object
org.apache.sandesha2.storage.inmemory.InMemoryRMSBeanMgr
- All Implemented Interfaces:
- RMBeanManager, RMSBeanMgr
- public class InMemoryRMSBeanMgr
- extends java.lang.Object
- implements RMSBeanMgr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryRMSBeanMgr
public InMemoryRMSBeanMgr(org.apache.axis2.context.AbstractContext context)
insert
public boolean insert(RMSBean bean)
- Specified by:
insert
in interface RMSBeanMgr
delete
public boolean delete(java.lang.String msgId)
- Specified by:
delete
in interface RMSBeanMgr
retrieve
public RMSBean retrieve(java.lang.String msgId)
- Specified by:
retrieve
in interface RMSBeanMgr
update
public boolean update(RMSBean bean)
- Specified by:
update
in interface RMSBeanMgr
find
public java.util.List find(RMSBean bean)
- Specified by:
find
in interface RMSBeanMgr
find
public java.sql.ResultSet find(java.lang.String query)
findUnique
public RMSBean findUnique(RMSBean bean)
throws SandeshaException
- Specified by:
findUnique
in interface RMSBeanMgr
- Throws:
SandeshaException
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.