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