org.apache.sandesha2.storage.jdbc
Class PersistentInvokerBeanMgr

java.lang.Object
  extended by org.apache.sandesha2.storage.jdbc.PersistentBeanMgr
      extended by org.apache.sandesha2.storage.jdbc.PersistentInvokerBeanMgr
All Implemented Interfaces:
InvokerBeanMgr, RMBeanManager

public class PersistentInvokerBeanMgr
extends PersistentBeanMgr
implements InvokerBeanMgr


Constructor Summary
PersistentInvokerBeanMgr(PersistentStorageManager pmgr)
           
 
Method Summary
 boolean delete(java.lang.String key)
           
 java.util.List<InvokerBean> find(InvokerBean bean)
           
 InvokerBean findUnique(InvokerBean bean)
           
 boolean insert(InvokerBean bean)
           
 InvokerBean retrieve(java.lang.String key)
           
 boolean update(InvokerBean bean)
           
 
Methods inherited from class org.apache.sandesha2.storage.jdbc.PersistentBeanMgr
getDbConnection, getObject, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentInvokerBeanMgr

public PersistentInvokerBeanMgr(PersistentStorageManager pmgr)
Method Detail

delete

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

find

public java.util.List<InvokerBean> find(InvokerBean bean)
                                 throws SandeshaStorageException
Specified by:
find in interface InvokerBeanMgr
Throws:
SandeshaStorageException

insert

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

retrieve

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

update

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

findUnique

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


Copyright © The Apache Software Foundation. All Rights Reserved.