wt.replication.unit
Class ReplicationProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.replication.unit.ReplicationProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class ReplicationProperties
extends WTProperties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static boolean LOG_APPEND
           
static String LOG_DIR
           
static boolean LOG_ENABLED
           
static String LOG_FILE
           
static boolean ONE_QUEUE_FOR_REPL
           
static String PROPERTY_PREFIX
           
static String REP_PROD_STRUCT_CLASS
           
static String REPL_EXPORT_QUEUE
           
static String REPL_IMPORT_QUEUE
           
static String REPL_RECEIVE_QUEUE
           
static String REPL_SEND_QUEUE
           
static String REPLICATION_QUEUE
           
private static String RESOURCE
           
static boolean VERBOSE
           
static boolean VERBOSE_PROPERTIES
           
 
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 ReplicationProperties()
           
private ReplicationProperties(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

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 final boolean VERBOSE_PROPERTIES

VERBOSE

public static final boolean VERBOSE

REP_PROD_STRUCT_CLASS

public static final String REP_PROD_STRUCT_CLASS

LOG_ENABLED

public static final boolean LOG_ENABLED

LOG_APPEND

public static final boolean LOG_APPEND

LOG_DIR

public static String LOG_DIR

LOG_FILE

public static String LOG_FILE

REPLICATION_QUEUE

public static final String REPLICATION_QUEUE
See Also:
Constant Field Values

REPL_EXPORT_QUEUE

public static final String REPL_EXPORT_QUEUE
See Also:
Constant Field Values

REPL_IMPORT_QUEUE

public static final String REPL_IMPORT_QUEUE
See Also:
Constant Field Values

REPL_SEND_QUEUE

public static final String REPL_SEND_QUEUE
See Also:
Constant Field Values

REPL_RECEIVE_QUEUE

public static final String REPL_RECEIVE_QUEUE
See Also:
Constant Field Values

ONE_QUEUE_FOR_REPL

public static final boolean ONE_QUEUE_FOR_REPL
Constructor Detail

ReplicationProperties

private ReplicationProperties()

ReplicationProperties

private ReplicationProperties(Properties defaults)
Method Detail

logProperties

private static void logProperties()