jgroup.relacs.mss
Class FCEntry

java.lang.Object
  extended by jgroup.relacs.mss.FCEntry
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public final class FCEntry
extends java.lang.Object
implements java.io.Externalizable

The FCEntry class.

Since:
Jgroup 1.2
Author:
Salvatore Cammarata
See Also:
Serialized Form

Field Summary
static int SIZE
          Size of this object in bytes
 
Constructor Summary
FCEntry()
          Default constructor for externalization.
 
Method Summary
 void readExternal(java.io.ObjectInput in)
          Restores the content of this object from the marshalled data contained in the specified input stream.
 java.lang.String toString()
          Returns a string representation of this object
 void writeExternal(java.io.ObjectOutput out)
          Marshals the content of this object to the specified output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
Size of this object in bytes

See Also:
Constant Field Values
Constructor Detail

FCEntry

public FCEntry()
Default constructor for externalization.

Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

Specified by:
readExternal in interface java.io.Externalizable
Parameters:
in - the stream to be read
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Specified by:
writeExternal in interface java.io.Externalizable
Parameters:
out - the stream to be written
Throws:
java.io.IOException

toString

public java.lang.String toString()
Returns a string representation of this object

Overrides:
toString in class java.lang.Object


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.