Package com.tangosol.net
Class Ping
- java.lang.Object
-
- com.tangosol.net.Ping
-
public class Ping extends Object
Ping is a simple utility for testing if a machine is reachable.- Author:
- mf 2010.07.20
-
-
Constructor Summary
Constructors Constructor Description Ping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] asArg)
Check if the specified address is reachable.
-