webfunds.utils
Class NetWatcher

java.lang.Object
  |
  +--webfunds.utils.NetWatcher

public class NetWatcher
extends java.lang.Object

Instances of this class could test if the net is there. Not Written Yet - just used for a static that prohibits net.


Field Summary
protected static boolean netOK
           
 
Constructor Summary
NetWatcher()
           
 
Method Summary
static boolean netAvailability()
           
static void setNetOff()
           
static void setNetOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

netOK

protected static boolean netOK
Constructor Detail

NetWatcher

public NetWatcher()
Method Detail

netAvailability

public static boolean netAvailability()

setNetOff

public static void setNetOff()

setNetOn

public static void setNetOn()