Uses of Class
com.continuent.tungsten.common.network.HostAddress

Packages that use HostAddress
com.continuent.tungsten.common.network   
 

Uses of HostAddress in com.continuent.tungsten.common.network
 

Methods in com.continuent.tungsten.common.network that return HostAddress
static HostAddress HostAddressService.getByName(java.lang.String host)
          Returns a host address instance.
 

Methods in com.continuent.tungsten.common.network with parameters of type HostAddress
 PingNotification HostAddressService._isReachableByMethod(java.lang.String name, HostAddress host)
           
 PingResponse HostAddressService.isReachable(HostAddress host)
          Returns true if the host is reachable by an available ping method.
 PingResponse HostAddressService.isReachableByMethod(java.lang.String name, HostAddress host)
          Returns true if the host is reachable by an available ping method.
 boolean OsUtilityPing.ping(HostAddress address, int timeout)
          Tests a host for reachability.
 boolean InetAddressPing.ping(HostAddress address, int timeout)
          Tests a host for reachability.
 boolean PingMethod.ping(HostAddress address, int timeout)
          Tests a host for reachability.