Uses of Class
org.apache.sandesha2.storage.beans.NextMsgBean

Packages that use NextMsgBean
org.apache.sandesha2.storage.beanmanagers   
org.apache.sandesha2.storage.inmemory   
 

Uses of NextMsgBean in org.apache.sandesha2.storage.beanmanagers
 

Methods in org.apache.sandesha2.storage.beanmanagers that return NextMsgBean
 NextMsgBean NextMsgBeanMgr.retrieve(java.lang.String sequenceId)
           
 

Methods in org.apache.sandesha2.storage.beanmanagers with parameters of type NextMsgBean
 boolean NextMsgBeanMgr.insert(NextMsgBean bean)
           
 java.util.Collection NextMsgBeanMgr.find(NextMsgBean bean)
           
 boolean NextMsgBeanMgr.update(NextMsgBean bean)
           
 

Uses of NextMsgBean in org.apache.sandesha2.storage.inmemory
 

Methods in org.apache.sandesha2.storage.inmemory that return NextMsgBean
 NextMsgBean InMemoryNextMsgBeanMgr.retrieve(java.lang.String sequenceId)
           
 

Methods in org.apache.sandesha2.storage.inmemory with parameters of type NextMsgBean
 boolean InMemoryNextMsgBeanMgr.insert(NextMsgBean bean)
           
 java.util.Collection InMemoryNextMsgBeanMgr.find(NextMsgBean bean)
           
 boolean InMemoryNextMsgBeanMgr.update(NextMsgBean bean)
           
 



Copyright © 2005 Apache Web Services. All Rights Reserved.