org.jgroups.protocols
Class FD_SIMPLE.FdHeader

java.lang.Object
  extended byorg.jgroups.Header
      extended byorg.jgroups.protocols.FD_SIMPLE.FdHeader
All Implemented Interfaces:
java.lang.Cloneable, java.io.Externalizable, java.io.Serializable
Enclosing class:
FD_SIMPLE

public static class FD_SIMPLE.FdHeader
extends Header

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgroups.Header
HDR_OVERHEAD
 
Constructor Summary
FD_SIMPLE.FdHeader()
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
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
 

Constructor Detail

FD_SIMPLE.FdHeader

public FD_SIMPLE.FdHeader()
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
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.