public class NotAppliedArgs extends MessageEventArgs
| Constructor and Description |
|---|
NotAppliedArgs() |
NotAppliedArgs(IMessage msg)
Creates event data.
|
NotAppliedArgs(IMessage msg,
long fromSeqNo,
int msgCount)
Creates event data.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getFromSeqNo()
Returns first not applied sequence number.
|
int |
getMsgCount()
Returns count of how many messages have not been applied.
|
void |
setFromSeqNo(long fromSeqNo)
Sets first not applied sequence number.
|
void |
setMsgCount(int msgCount)
Sets count of how many messages have not been applied.
|
String |
toString() |
getMsg, setMsgpublic NotAppliedArgs()
public NotAppliedArgs(IMessage msg)
msg - NotApplied message.public NotAppliedArgs(IMessage msg, long fromSeqNo, int msgCount)
msg - NotApplied message.fromSeqNo - first not applied sequence number.msgCount - count of how many messages have not been applied.public long getFromSeqNo()
public void setFromSeqNo(long fromSeqNo)
fromSeqNo - first not applied sequence number.public int getMsgCount()
public void setMsgCount(int msgCount)
msgCount - count of how many messages have not been applied.public String toString()
toString in class MessageEventArgsCopyright © 2005–2025 Onix Solutions. All rights reserved.