org.apache.sandesha2.storage.inmemory
Class InMemoryRMSBeanMgr

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

public class InMemoryRMSBeanMgr
extends java.lang.Object
implements RMSBeanMgr


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

Constructor Detail

InMemoryRMSBeanMgr

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

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.