org.jgroups.protocols
Class PingRsp
java.lang.Object
org.jgroups.protocols.PingRsp
- All Implemented Interfaces:
- java.io.Serializable, Streamable
public class PingRsp
- extends java.lang.Object
- implements java.io.Serializable, Streamable
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
|
Address |
getAddress()
|
Address |
getCoordAddress()
|
boolean |
isCoord()
|
boolean |
isServer()
|
void |
readFrom(java.io.DataInputStream instream)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed |
int |
size()
|
java.lang.String |
toString()
|
void |
writeTo(java.io.DataOutputStream outstream)
Write the entire state of the current object (including superclasses) to outstream. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
own_addr
public Address own_addr
coord_addr
public Address coord_addr
is_server
public boolean is_server
PingRsp
public PingRsp()
PingRsp
public PingRsp(Address own_addr,
Address coord_addr,
boolean is_server)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
isCoord
public boolean isCoord()
size
public int size()
getAddress
public Address getAddress()
getCoordAddress
public Address getCoordAddress()
isServer
public boolean isServer()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
writeTo
public void writeTo(java.io.DataOutputStream outstream)
throws java.io.IOException
- Description copied from interface:
Streamable
- Write the entire state of the current object (including superclasses) to outstream.
Note that the output stream must not be closed
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException
readFrom
public void readFrom(java.io.DataInputStream instream)
throws java.io.IOException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Description copied from interface:
Streamable
- Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.