org.apache.sandesha2.storage.beans
Class NextMsgBean
java.lang.Object
org.apache.sandesha2.storage.beans.RMBean
org.apache.sandesha2.storage.beans.NextMsgBean
- All Implemented Interfaces:
- java.io.Serializable
- public class NextMsgBean
- extends RMBean
This bean is used at the receiving side (of both server and client)
There is one entry for each sequence.
- Author:
- Chamikara Jayalath , Sanka Samaranayaka
- See Also:
- Serialized Form
Methods inherited from class org.apache.sandesha2.storage.beans.RMBean |
getId, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NextMsgBean
public NextMsgBean()
NextMsgBean
public NextMsgBean(java.lang.String sequenceID,
long nextNsgNo)
getNextMsgNoToProcess
public long getNextMsgNoToProcess()
- Returns:
- Returns the nextMsgNoToProcess.
setNextMsgNoToProcess
public void setNextMsgNoToProcess(long nextMsgNoToProcess)
- Parameters:
nextMsgNoToProcess
- The nextMsgNoToProcess to set.
getSequenceID
public java.lang.String getSequenceID()
- Returns:
- Returns the sequenceId.
setSequenceID
public void setSequenceID(java.lang.String sequenceID)
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.