org.apache.sandesha2.storage.inmemory
Class InMemoryInvokerBeanMgr
java.lang.Object
org.apache.sandesha2.storage.inmemory.InMemoryInvokerBeanMgr
- All Implemented Interfaces:
- InvokerBeanMgr, RMBeanManager
- public class InMemoryInvokerBeanMgr
- extends java.lang.Object
- implements InvokerBeanMgr
- Author:
- Chamikara Jayalath , Sanka Samaranayaka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryInvokerBeanMgr
public InMemoryInvokerBeanMgr(org.apache.axis2.context.AbstractContext context)
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.