org.jgroups.protocols

Class UNICAST.UnicastHeader

Enclosing Class:
UNICAST
Implemented Interfaces:
Cloneable, Externalizable

public static class UNICAST.UnicastHeader
extends Header

Field Summary

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

UnicastHeader()
UnicastHeader(int type, long seqno)

Method Summary

void
readExternal(ObjectInput in)
String
toString()
String
type2Str(int t)
void
writeExternal(ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Constructor Details

UnicastHeader

public UnicastHeader()

UnicastHeader

public UnicastHeader(int type,
                     long seqno)

Method Details

readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException

toString

public String toString()
Overrides:
toString in interface Header

type2Str

public String type2Str(int t)

writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.