|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.portico.lrc.LRCProperties
public class LRCProperties
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 |
---|
public static final String PROP_CONFIG
public static final String PROP_CONNECTION
public static final String PROP_LOGLEVEL
public static final String PROP_CALLBACK_LOGLEVEL
public static final String PROP_TT
public static final String PROP_IDC
public static final String PROP_PLUGIN_DIR
public static final String DEFAULT_BASE_MODULE
public static final String DEFAULT_13_MODULE
public static final String DEFAULT_JAVA1_MODULE
public static final String DEFAULT_1516_MODULE
public static final String DEFAULT_CONNECT
public static long LRC_TICK_TIMEOUT
public static long LRC_HEARTBEAT_TIMEOUT
Constructor Detail |
---|
public LRCProperties()
|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |