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
delete
public boolean delete(java.lang.String sequenceId)
retrieve
public NextMsgBean retrieve(java.lang.String sequenceId)
insert
public boolean insert(NextMsgBean bean)
find
public java.sql.ResultSet find(java.lang.String query)
find
public java.util.Collection find(NextMsgBean bean)
update
public boolean update(NextMsgBean bean)
retrieveAll
public java.util.Collection retrieveAll()
Copyright © 2005 Apache Web Services. All Rights Reserved.