org.jgroups.protocols

Class FD_PID.FdHeader

Enclosing Class:
FD_PID
Implemented Interfaces:
Externalizable

public static class FD_PID.FdHeader
extends Header

Field Summary

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

FdHeader()

Method Summary

void
readExternal(ObjectInput in)
String
toString()
static String
type2String(int type)
void
writeExternal(ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Constructor Details

FdHeader

public FdHeader()

Method Details

readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException

toString

public String toString()
Overrides:
toString in interface Header

type2String

public static String type2String(int type)

writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.