copyright The Portico Project 2008.

org.portico.lrc
Class LRCProperties

java.lang.Object
  extended by org.portico.lrc.LRCProperties

public class LRCProperties
extends Object

Central location for LRC properties


Field Summary
static String DEFAULT_13_MODULE
          The default LRC modules for HLA 1.3
static String DEFAULT_1516_MODULE
          The default LRC modules for HLA 1516
static String DEFAULT_BASE_MODULE
          The default LRC modules that are common to all versions.
static String DEFAULT_CONNECT
          The default connection implementation
static String DEFAULT_JAVA1_MODULE
          The default LRC modules for HLA 1.3 java1
static long LRC_HEARTBEAT_TIMEOUT
          default timeout for sending heartbeats - measured in milliseconds
static long LRC_TICK_TIMEOUT
          default LRC tick time - measured in nanoseconds
static String PROP_CALLBACK_LOGLEVEL
          System property used to specify the log level for the lrc callback processor.
static String PROP_CONFIG
          System property used to specify the location of the lrc configuration file
static String PROP_CONNECTION
          System property used to specify the connection implementation to use
static String PROP_IDC
          System property used to specify that the default modules should not be loaded (if the value is set to "true"
static String PROP_LOGLEVEL
          System property used to specify the log level for the lrc
static String PROP_PLUGIN_DIR
          System property used to specify the directory to search for plugins
static String PROP_TT
          System property used to specify the tick timeout
 
Constructor Summary
LRCProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_CONFIG

public static final String PROP_CONFIG
System property used to specify the location of the lrc configuration file

See Also:
Constant Field Values

PROP_CONNECTION

public static final String PROP_CONNECTION
System property used to specify the connection implementation to use

See Also:
Constant Field Values

PROP_LOGLEVEL

public static final String PROP_LOGLEVEL
System property used to specify the log level for the lrc

See Also:
Constant Field Values

PROP_CALLBACK_LOGLEVEL

public static final String PROP_CALLBACK_LOGLEVEL
System property used to specify the log level for the lrc callback processor. By default, this logger gets the same level as the main lrc logger

See Also:
Constant Field Values

PROP_TT

public static final String PROP_TT
System property used to specify the tick timeout

See Also:
Constant Field Values

PROP_IDC

public static final String PROP_IDC
System property used to specify that the default modules should not be loaded (if the value is set to "true"

See Also:
Constant Field Values

PROP_PLUGIN_DIR

public static final String PROP_PLUGIN_DIR
System property used to specify the directory to search for plugins

See Also:
Constant Field Values

DEFAULT_BASE_MODULE

public static final String DEFAULT_BASE_MODULE
The default LRC modules that are common to all versions. These are to be loaded before any of the version specific module xml files

See Also:
Constant Field Values

DEFAULT_13_MODULE

public static final String DEFAULT_13_MODULE
The default LRC modules for HLA 1.3

See Also:
Constant Field Values

DEFAULT_JAVA1_MODULE

public static final String DEFAULT_JAVA1_MODULE
The default LRC modules for HLA 1.3 java1

See Also:
Constant Field Values

DEFAULT_1516_MODULE

public static final String DEFAULT_1516_MODULE
The default LRC modules for HLA 1516

See Also:
Constant Field Values

DEFAULT_CONNECT

public static final String DEFAULT_CONNECT
The default connection implementation

See Also:
Constant Field Values

LRC_TICK_TIMEOUT

public static long LRC_TICK_TIMEOUT
default LRC tick time - measured in nanoseconds


LRC_HEARTBEAT_TIMEOUT

public static long LRC_HEARTBEAT_TIMEOUT
default timeout for sending heartbeats - measured in milliseconds

Constructor Detail

LRCProperties

public LRCProperties()

copyright The Portico Project 2008.