|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.common.network.PingResponse
public class PingResponse
Contains the response from pinging a host.
| Constructor Summary | |
|---|---|
PingResponse()
|
|
| Method Summary | |
|---|---|
void |
addNotification(PingNotification notification)
Adds a ping notification to the current list. |
java.util.List<PingNotification> |
getNotifications()
Returns notifications from ping methods. |
boolean |
isReachable()
Returns true if the method determined the host was reachable. |
void |
setReachable(boolean reachable)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PingResponse()
| Method Detail |
|---|
public boolean isReachable()
public void setReachable(boolean reachable)
public java.util.List<PingNotification> getNotifications()
public void addNotification(PingNotification notification)
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||