org.apache.sandesha2.storage.inmemory
Class InMemoryRMDBeanMgr

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

public class InMemoryRMDBeanMgr
extends java.lang.Object
implements RMDBeanMgr


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

Constructor Detail

InMemoryRMDBeanMgr

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

delete

public boolean delete(java.lang.String sequenceId)
Specified by:
delete in interface RMDBeanMgr

retrieve

public RMDBean retrieve(java.lang.String sequenceId)
Specified by:
retrieve in interface RMDBeanMgr

insert

public boolean insert(RMDBean bean)
Specified by:
insert in interface RMDBeanMgr

find

public java.sql.ResultSet find(java.lang.String query)

find

public java.util.List find(RMDBean bean)
Specified by:
find in interface RMDBeanMgr

update

public boolean update(RMDBean bean)
Specified by:
update in interface RMDBeanMgr

retrieveAll

public java.util.Collection retrieveAll()
Specified by:
retrieveAll in interface RMDBeanMgr

findUnique

public RMDBean findUnique(RMDBean bean)
                   throws SandeshaException
Specified by:
findUnique in interface RMDBeanMgr
Throws:
SandeshaException


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.