org.apache.sandesha2.storage.beanmanagers
Interface NextMsgBeanMgr

All Superinterfaces:
RMBeanManager
All Known Implementing Classes:
InMemoryNextMsgBeanMgr

public interface NextMsgBeanMgr
extends RMBeanManager

Used to manage NextMsg beans.

Author:
Chamikara Jayalath , Sanka Samaranayaka

Method Summary
 boolean delete(java.lang.String sequenceId)
           
 java.util.Collection find(NextMsgBean bean)
           
 NextMsgBean findUnique(NextMsgBean bean)
           
 boolean insert(NextMsgBean bean)
           
 NextMsgBean retrieve(java.lang.String sequenceId)
           
 java.util.Collection retrieveAll()
           
 boolean update(NextMsgBean bean)
           
 

Method Detail

delete

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

retrieve

public NextMsgBean retrieve(java.lang.String sequenceId)
                     throws SandeshaStorageException
Throws:
SandeshaStorageException

insert

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

find

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

update

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

findUnique

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

retrieveAll

public java.util.Collection retrieveAll()


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