|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PingResult
This class encapsulates the result of a ping request as returned by the command "net.ping".
Method Summary | |
---|---|
java.lang.String |
failureCodeString()
Returns a string representing the failure code. |
java.lang.String |
failureString()
Returns an arbitrary string describing the reason for failure. |
RoxAddress |
getDestinationId()
The destination of the ping. |
byte |
getTTL()
Returns the value of the time to live value. |
boolean |
isSuccess()
True if ping was successful. |
long |
timeTakenMillis()
Time taken in milliseconds for the response. |
Method Detail |
---|
long timeTakenMillis()
boolean isSuccess()
RoxAddress getDestinationId()
java.lang.String failureString()
byte getTTL()
java.lang.String failureCodeString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |