edu.unh.sdb.common
Class Globals
java.lang.Object
edu.unh.sdb.common.Globals
public class Globals
- extends java.lang.Object
The Globals class holds static data members that represent properties and
variables that are global to the SDB system.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toStringIndent
public static java.lang.String toStringIndent
serverControlPort
public static int serverControlPort
serverDataPort
public static int serverDataPort
serverAlarmPort
public static int serverAlarmPort
clientDataPort
public static int clientDataPort
clientControlPort
public static int clientControlPort
CNSock
public static int CNSock
RemoteServerInitialDelayDefaultValue
public static int RemoteServerInitialDelayDefaultValue
RemoteServerDelayLengthDefaultValue
public static int RemoteServerDelayLengthDefaultValue
RemoteServerFinalDelayDefaultValue
public static int RemoteServerFinalDelayDefaultValue
RemoteTransferBufferSizeDefaultValue
public static int RemoteTransferBufferSizeDefaultValue
TCP
public static int TCP
UDP
public static int UDP
UDT
public static int UDT
Globals
public Globals()