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

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

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

Methods in com.continuent.tungsten.common.network that return PingNotification
 PingNotification HostAddressService._isReachableByMethod(java.lang.String name, HostAddress host)
           
 

Methods in com.continuent.tungsten.common.network that return types with arguments of type PingNotification
 java.util.List<PingNotification> PingResponse.getNotifications()
          Returns notifications from ping methods.
 

Methods in com.continuent.tungsten.common.network with parameters of type PingNotification
 void PingResponse.addNotification(PingNotification notification)
          Adds a ping notification to the current list.