org.jgroups.protocols

Class CAUSAL.CausalHeader

public static class CAUSAL.CausalHeader extends Header

Constructor Summary
CausalHeader()
used for externalization
CausalHeader(TransportedVectorTime timeVector)
Method Summary
TransportedVectorTimegetVectorTime()
Returns a vector timestamp carreid by this header
voidreadExternal(ObjectInput in)
Manual deserialization
longsize()
Size of this vector timestamp estimation, used in fragmetation
StringtoString()
voidwriteExternal(ObjectOutput out)
Manual serialization

Constructor Detail

CausalHeader

public CausalHeader()
used for externalization

CausalHeader

public CausalHeader(TransportedVectorTime timeVector)

Method Detail

getVectorTime

public TransportedVectorTime getVectorTime()
Returns a vector timestamp carreid by this header

Returns: Vector timestamp contained in this header

readExternal

public void readExternal(ObjectInput in)
Manual deserialization

size

public long size()
Size of this vector timestamp estimation, used in fragmetation

Returns: headersize in bytes

toString

public String toString()

writeExternal

public void writeExternal(ObjectOutput out)
Manual serialization
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.