org.jgroups.protocols

Class MERGE.MergeHeader

Enclosing Class:
MERGE
Implemented Interfaces:
Cloneable, Externalizable

public static class MERGE.MergeHeader
extends Header

Field Summary

static int
HELLO
int
type

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

MergeHeader()
MergeHeader(int type)

Method Summary

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

Methods inherited from class org.jgroups.Header

size, toString

Field Details

HELLO

public static final int HELLO
Field Value:
1

type

public int type

Constructor Details

MergeHeader

public MergeHeader()

MergeHeader

public MergeHeader(int type)

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.