public class RoverDropDownReceiver.NetworkCheckerRunnable
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
NetworkCheckerRunnable(java.lang.String name,
java.lang.String address,
java.lang.String subnet,
java.lang.String gateway,
int polling)
Provided a network configuration, attempt to configure the
network if the network goes down.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
run() |
public NetworkCheckerRunnable(java.lang.String name,
java.lang.String address,
java.lang.String subnet,
java.lang.String gateway,
int polling)
name - the network interface nameaddress - the network address (null for DHCP)subnet - the network subnetgateway - the gatewaypolling - the time in milliseconds to poll.