org.jgroups.protocols
Class PingRsp
java.lang.Object
org.jgroups.protocols.PingRsp
- Serializable, Streamable
public class PingRsp
extends java.lang.Object
coord_addr
public Address coord_addr
is_server
public boolean is_server
PingRsp
public PingRsp(Address own_addr,
Address coord_addr,
boolean is_server)
equals
public boolean equals(Object obj)
getAddress
public Address getAddress()
getCoordAddress
public Address getCoordAddress()
isCoord
public boolean isCoord()
isServer
public boolean isServer()
readFrom
public void readFrom(DataInputStream instream)
throws IOException,
IllegalAccessException,
InstantiationException
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
- readFrom in interface Streamable
toString
public String toString()
writeTo
public void writeTo(DataOutputStream outstream)
throws IOException
Write the entire state of the current object (including superclasses) to outstream.
Note that the output stream must not be closed
- writeTo in interface Streamable
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.