|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Chunk interface for messages that have to be sequentially ordered.
Field Summary | |
static String |
DEFAULT_NAME
The default name for chunks of this type. |
static ChunkType |
TYPE
The Chunk type of chunks that implements this interface. |
Method Summary | |
long |
getSequenceNumber()
Returns the sequence number of this message. |
void |
setSequenceNumber(long sn)
Sets the sequence number of this message. |
Field Detail |
public static final String DEFAULT_NAME
public static final ChunkType TYPE
Method Detail |
public long getSequenceNumber()
public void setSequenceNumber(long sn)
sn
- the sequence number to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |