org.jgroups.blocks

Class PullPushAdapter.PullHeader

Enclosing Class:
PullPushAdapter
Implemented Interfaces:
Cloneable, Externalizable

public static final class PullPushAdapter.PullHeader
extends Header

Field Summary

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

PullHeader()
PullHeader(Serializable identifier)

Method Summary

Serializable
getIdentifier()
void
readExternal(ObjectInput in)
long
size()
String
toString()
void
writeExternal(ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Constructor Details

PullHeader

public PullHeader()


PullHeader

public PullHeader(Serializable identifier)

Method Details

getIdentifier

public Serializable getIdentifier()


readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException


size

public long size()
Overrides:
size in interface Header


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.