|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LRC | |
---|---|
org.portico.impl.hla13 | |
org.portico.impl.hla1516 | |
org.portico.lrc | |
org.portico.lrc.handlers |
Uses of LRC in org.portico.impl.hla13 |
---|
Fields in org.portico.impl.hla13 declared as LRC | |
---|---|
private LRC |
ImplJava1Helper.lrc
|
private LRC |
Impl13Helper.lrc
|
Methods in org.portico.impl.hla13 that return LRC | |
---|---|
LRC |
Impl13Helper.getLRC()
|
Uses of LRC in org.portico.impl.hla1516 |
---|
Fields in org.portico.impl.hla1516 declared as LRC | |
---|---|
private LRC |
Impl1516Helper.lrc
|
Uses of LRC in org.portico.lrc |
---|
Fields in org.portico.lrc declared as LRC | |
---|---|
private LRC |
LRCQueue.lrc
|
protected LRC |
LRCConnection.lrc
|
private LRC |
LRCState.theLRC
|
Methods in org.portico.lrc with parameters of type LRC | |
---|---|
void |
LRCConfigurator.configure(LRC theLRC)
This method will do the following: Initialize the LRC sinks with the default configuration Looks for any plugins and processed any configurations found in them Apply any user configuration (from any file pointed to by the system property LRCProperties.PROP_CONFIG if it exists - does nothing if it doesn't)
Creates and configures the connection
The user configuration is applied last so that it can override any settings provided by the
default or plugin configurations. |
private void |
LRCConfigurator.createConnection(LRC theLRC)
This method will create the connection for the LRC. |
private void |
LRCConfigurator.initializeSinks(LRC theLRC)
Applies the default configuration. |
void |
LRCPluginLoader.process(LRC lrc)
This method will search for any plugins and configure the given LRC with them. |
protected boolean |
LRCConfigurator.processConfiguration(LRC theLRC,
com.lbf.commons.config.xml.XMLSource xsource)
Attempts to apply the configuration in the given XMLSource to the given LRC . |
private void |
LRCConfigurator.processRid(LRC theLRC)
This method will look for a configuration file at the location specified in the environment variable RTI_RID_FILE, and if that does not exist, the path given in the PorticoConstants.DEFAULT_RTI_RID variable will be checked. |
private void |
LRCConfigurator.processUserConfiguration(LRC theLRC)
Attempts to apply any user configuration to the given LRC . |
Constructors in org.portico.lrc with parameters of type LRC | |
---|---|
LRCQueue(LRC lrc)
Creates a new queue and associate it with the given LRC . |
|
LRCState(LRC theLRC)
Create a new LRCState that is linked to the given LRC . |
Uses of LRC in org.portico.lrc.handlers |
---|
Fields in org.portico.lrc.handlers declared as LRC | |
---|---|
protected LRC |
LRCMessageHandler.lrc
|
|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |