org.jgroups.protocols
Class TOTAL_TOKEN.TotalTokenHeader
- TOTAL_TOKEN
- Cloneable, Externalizable
public static class TOTAL_TOKEN.TotalTokenHeader
long | getSeq() - Returns sequence number of the message that owns this header
|
void | readExternal(ObjectInput in) - Manual deserialization
|
long | size() - Returns size of the header
|
String | toString()
|
void | writeExternal(ObjectOutput out) - Manual serialization
|
TotalTokenHeader
public TotalTokenHeader()
used for externalization
TotalTokenHeader
public TotalTokenHeader(Long seq)
TotalTokenHeader
public TotalTokenHeader(long seq)
getSeq
public long getSeq()
Returns sequence number of the message that owns this header
- sequence number
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Manual deserialization
size
public long size()
Returns size of the header
- size in interface Header
- headersize in bytes
toString
public String toString()
- toString in interface Header
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Manual serialization
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.