org.apache.sandesha2.storage.beans
Class NextMsgBean
java.lang.Object
org.apache.sandesha2.storage.beans.NextMsgBean
- All Implemented Interfaces:
- RMBean, java.io.Serializable
- public class NextMsgBean
- extends java.lang.Object
- implements 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 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)
- Parameters:
sequenceId
- The sequenceId to set.
Copyright © 2005 Apache Web Services. All Rights Reserved.