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

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

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

Methods in com.continuent.tungsten.common.network that throw HostException
 PingNotification HostAddressService._isReachableByMethod(java.lang.String name, HostAddress host)
           
 void HostAddressService.addMethod(java.lang.String name, java.lang.String methodClass, boolean enable)
          Adds a ping method to the service.
 void HostAddressService.enableMethod(java.lang.String name)
          Enables a ping method.
 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.
 

Constructors in com.continuent.tungsten.common.network that throw HostException
HostAddressService(boolean autoEnable)
          Creates a new service.