Package com.continuent.tungsten.common.network

Interface Summary
PingMethod Denotes a method for determining host reachability.
 

Class Summary
HostAddress Provides a wrapper on the standard InetAddress that supports extended methods for determining host reachability.
HostAddressService Implements a service for performing operations on Internet addresses, such as testing liveness.
InetAddressPing Tests for reachability using the Java InetAddress.isReachable() method.
OsUtilityPing Ping host using OS ping utility.
PingLauncher Provides a simple utility for checking host accessibility.
PingNotification Contains status information from a single ping method invocation.
PingResponse Contains the response from pinging a host.
 

Exception Summary
HostException Denotes a ping error condition.