public static class FD_HOST.IsReachablePingCommand extends Object implements FD_HOST.PingCommand
| Constructor and Description |
|---|
IsReachablePingCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive(InetAddress host,
long timeout)
Checks whether a given host is alive
|
public boolean isAlive(InetAddress host, long timeout) throws Exception
FD_HOST.PingCommandisAlive in interface FD_HOST.PingCommandhost - The host to be checked for livenesstimeout - Number of milliseconds to wait for the check to completeExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.