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