wt.fv.master
Class MasterProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.fv.master.MasterProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class MasterProperties
extends WTProperties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static int CONCURRENT_REPLICATION_MAXIMUM
           
static String DEFAULT_SITE_NAME
           
static boolean LOG_APPEND
           
static boolean LOG_ENABLED
           
static String LOG_FILE
           
static String PROPERTY_PREFIX
           
static boolean PUSH_CONFIG
           
static int REPLICATE_QUERY_SIZE
           
private static String RESOURCE
           
static boolean VERBOSE
           
static boolean VERBOSE_PROPERTIES
           
private static String versionID
           
 
Fields inherited from class wt.util.WTProperties
RESOURCE_NAME, SERVER_CODEBASE_LOCATOR, SERVER_CODEBASE_PROPERTY
 
Fields inherited from class java.util.Properties
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private MasterProperties()
           
private MasterProperties(Properties defaults)
           
 
Method Summary
private static void logProperties()
           
 
Methods inherited from class wt.util.WTProperties
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, main, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

VERBOSE_PROPERTIES

public static boolean VERBOSE_PROPERTIES

VERBOSE

public static boolean VERBOSE

LOG_ENABLED

public static boolean LOG_ENABLED

LOG_APPEND

public static boolean LOG_APPEND

LOG_FILE

public static String LOG_FILE

DEFAULT_SITE_NAME

public static String DEFAULT_SITE_NAME

REPLICATE_QUERY_SIZE

public static int REPLICATE_QUERY_SIZE

PUSH_CONFIG

public static boolean PUSH_CONFIG

CONCURRENT_REPLICATION_MAXIMUM

public static int CONCURRENT_REPLICATION_MAXIMUM
Constructor Detail

MasterProperties

private MasterProperties()

MasterProperties

private MasterProperties(Properties defaults)
Method Detail

logProperties

private static void logProperties()