org.apache.sandesha2.storage.inmemory
Class InMemoryNextMsgBeanMgr

java.lang.Object
  extended byorg.apache.sandesha2.storage.inmemory.InMemoryNextMsgBeanMgr
All Implemented Interfaces:
NextMsgBeanMgr, RMBeanManager

public class InMemoryNextMsgBeanMgr
extends java.lang.Object
implements NextMsgBeanMgr

Author:
Chamikara Jayalath , Sanka Samaranayaka

Constructor Summary
InMemoryNextMsgBeanMgr(org.apache.axis2.context.AbstractContext context)
           
 
Method Summary
 boolean delete(java.lang.String sequenceId)
           
 java.util.Collection find(NextMsgBean bean)
           
 java.sql.ResultSet find(java.lang.String query)
           
 NextMsgBean findUnique(NextMsgBean bean)
           
 boolean insert(NextMsgBean bean)
           
 NextMsgBean retrieve(java.lang.String sequenceId)
           
 java.util.Collection retrieveAll()
           
 boolean update(NextMsgBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryNextMsgBeanMgr

public InMemoryNextMsgBeanMgr(org.apache.axis2.context.AbstractContext context)
Method Detail

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.