com.sun.jini.tool.envcheck.plugins
Class CheckNoLoopback
java.lang.Object
com.sun.jini.tool.envcheck.AbstractPlugin
com.sun.jini.tool.envcheck.plugins.CheckNoLoopback
- All Implemented Interfaces:
- Plugin
public class CheckNoLoopback
- extends AbstractPlugin
Checks that the return from InetAddress.getLocalHost()
is not a loopback address.
Method Summary |
void |
run(EnvCheck envCheck)
Get the address of the local host and check for loopback. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckNoLoopback
public CheckNoLoopback()
run
public void run(EnvCheck envCheck)
- Get the address of the local host and check for loopback.
- Parameters:
envCheck
- a reference to the driver instance.
Copyright © GigaSpaces.