|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is used to encapsulate various methods for seeing if an IP address is reachable.
| Field Summary | |
static int |
DEFAULT_TIMEOUT
|
| Method Summary | |
int |
getTimeout()
This method is used to get the timeout duration. |
boolean |
isReachable(java.lang.String ipAddress)
This method is used to determine if an IP address is reachable. |
void |
setTimeout(int timeoutInSeconds)
This method is used to set the timeout duration. |
| Field Detail |
public static final int DEFAULT_TIMEOUT
| Method Detail |
public void setTimeout(int timeoutInSeconds)
timeoutInSeconds - Timeout duration in seconds.public int getTimeout()
public boolean isReachable(java.lang.String ipAddress)
ipAddress - IP address as a host name or dot notation.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||