org.jgroups.protocols
Class UNICAST.UnicastHeader
java.lang.Object
org.jgroups.Header
org.jgroups.protocols.UNICAST.UnicastHeader
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Externalizable, java.io.Serializable
- Enclosing class:
- UNICAST
- public static class UNICAST.UnicastHeader
- extends Header
- See Also:
- Serialized Form
Methods inherited from class org.jgroups.Header |
size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNICAST.UnicastHeader
public UNICAST.UnicastHeader()
UNICAST.UnicastHeader
public UNICAST.UnicastHeader(int type,
long seqno)
toString
public java.lang.String toString()
- Overrides:
toString
in class Header
type2Str
public java.lang.String type2Str(int t)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.