org.javagroups.protocols
Class MERGE.MergeHeader

java.lang.Object
  |
  +--org.javagroups.Header
        |
        +--org.javagroups.protocols.MERGE.MergeHeader
All Implemented Interfaces:
java.lang.Cloneable, java.io.Externalizable, java.io.Serializable
Enclosing class:
MERGE

public static class MERGE.MergeHeader
extends Header

See Also:
Serialized Form

Field Summary
static int HELLO
           
 int type
           
 
Fields inherited from class org.javagroups.Header
HDR_OVERHEAD
 
Constructor Summary
MERGE.MergeHeader()
           
MERGE.MergeHeader(int type)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.javagroups.Header
size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HELLO

public static final int HELLO
See Also:
Constant Field Values

type

public int type
Constructor Detail

MERGE.MergeHeader

public MERGE.MergeHeader()

MERGE.MergeHeader

public MERGE.MergeHeader(int type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Header

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException


Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.