org.apache.sandesha2.storage.beanmanagers
Interface InvokerBeanMgr

All Superinterfaces:
RMBeanManager
All Known Implementing Classes:
InMemoryInvokerBeanMgr

public interface InvokerBeanMgr
extends RMBeanManager

Used to manage invoker beans.

Author:
Chamikara Jayalath , Sanka Samaranayaka

Method Summary
 boolean delete(java.lang.String key)
           
 java.util.Collection find(InvokerBean bean)
           
 InvokerBean findUnique(InvokerBean bean)
           
 boolean insert(InvokerBean bean)
           
 InvokerBean retrieve(java.lang.String key)
           
 boolean update(InvokerBean bean)
           
 

Method Detail

insert

public boolean insert(InvokerBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

delete

public boolean delete(java.lang.String key)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

retrieve

public InvokerBean retrieve(java.lang.String key)
                     throws SandeshaStorageException
Throws:
SandeshaStorageException

find

public java.util.Collection find(InvokerBean bean)
                          throws SandeshaStorageException
Throws:
SandeshaStorageException

findUnique

public InvokerBean findUnique(InvokerBean bean)
                       throws SandeshaException
Throws:
SandeshaException

update

public boolean update(InvokerBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException


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