|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidnet.stack.users.triggers_project.routing.YesNoMessage
public class YesNoMessage
Field Summary | |
---|---|
long |
sequenceNumber
|
boolean |
status
|
Constructor Summary | |
---|---|
YesNoMessage(boolean status,
long sequenceNumber)
|
Method Summary | |
---|---|
void |
getBytes(byte[] b,
int offset)
Store packet into byte array. |
int |
getSize()
Return packet size or Constants.ZERO_WIRE_SIZE. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean status
public long sequenceNumber
Constructor Detail |
---|
public YesNoMessage(boolean status, long sequenceNumber)
Method Detail |
---|
public int getSize()
Payload
getSize
in interface Payload
public void getBytes(byte[] b, int offset)
getBytes
in interface Payload
b
- destination byte arrayoffset
- byte array starting offset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |