org.jgroups.protocols

Class FRAG.FragHeader

Enclosing Class:
FRAG
Implemented Interfaces:
Cloneable, Externalizable

public static class FRAG.FragHeader
extends Header

Field Summary

int
frag_id
long
id
int
num_frags

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

FragHeader()
FragHeader(long id, int frag_id, int num_frags)

Method Summary

void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Field Details

frag_id

public int frag_id

id

public long id

num_frags

public int num_frags

Constructor Details

FragHeader

public FragHeader()

FragHeader

public FragHeader(long id,
                  int frag_id,
                  int num_frags)

Method Details

readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException

toString

public String toString()
Overrides:
toString in interface Header

writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException

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