ppe
Class Constants

java.lang.Object
  extended by ppe.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String CONFIG_FILE_NAME
           
static long ONE_HOUR_MILLIS
           
static long PING_NETWORK_MAX_MILLIS
           
static long SERIAL_VERSION_UID
           
static java.lang.String TMP_DIR
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERIAL_VERSION_UID

public static long SERIAL_VERSION_UID

CONFIG_FILE_NAME

public static java.lang.String CONFIG_FILE_NAME

TMP_DIR

public static java.lang.String TMP_DIR

ONE_HOUR_MILLIS

public static final long ONE_HOUR_MILLIS
See Also:
Constant Field Values

PING_NETWORK_MAX_MILLIS

public static final long PING_NETWORK_MAX_MILLIS
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()