org.apache.sandesha2.storage.inmemory
Class InMemoryInvokerBeanMgr

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

public class InMemoryInvokerBeanMgr
extends java.lang.Object
implements InvokerBeanMgr

Author:
Chamikara Jayalath , Sanka Samaranayaka

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

Constructor Detail

InMemoryInvokerBeanMgr

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

insert

public boolean insert(InvokerBean bean)
Specified by:
insert in interface InvokerBeanMgr

delete

public boolean delete(java.lang.String key)
Specified by:
delete in interface InvokerBeanMgr

retrieve

public InvokerBean retrieve(java.lang.String key)
Specified by:
retrieve in interface InvokerBeanMgr

find

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

find

public java.util.Collection find(InvokerBean bean)
Specified by:
find in interface InvokerBeanMgr

update

public boolean update(InvokerBean bean)
Specified by:
update in interface InvokerBeanMgr

findUnique

public InvokerBean findUnique(InvokerBean bean)
                       throws SandeshaException
Specified by:
findUnique in interface InvokerBeanMgr
Throws:
SandeshaException


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