org.jgroups.protocols
Class MERGEFAST.MergefastHeader

java.lang.Object
  extended by org.jgroups.Header
      extended by org.jgroups.protocols.MERGEFAST.MergefastHeader
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
MERGEFAST

public static class MERGEFAST.MergefastHeader
extends Header

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgroups.Header
HDR_OVERHEAD
 
Constructor Summary
MERGEFAST.MergefastHeader()
           
MERGEFAST.MergefastHeader(Address coord)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.jgroups.Header
size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MERGEFAST.MergefastHeader

public MERGEFAST.MergefastHeader()

MERGEFAST.MergefastHeader

public MERGEFAST.MergefastHeader(Address coord)
Method Detail

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 © 1998-2008 Bela Ban. All Rights Reserved.