|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A system context interface. A context contains the cummulative knowledge of a system. It will return references to various subsystems. All the subsystems should be thread safe, though only the core and universe provide methods and services specifically intended for IPC communication.
Each will have references to: - A system properties set - A universe factory - A default universe - A root logger and log manager - A uninitialized Kernel - A uninitialized root loader - An invoker properties set
EPG - Initial - 25Apr03
EPG - Add the invoker properties - 30Jul03
Method Summary | |
boolean |
debuggingState()
Get debugging state |
CommandRegistry |
getCommandRegistry()
Get the command registry. |
XmlCompiler |
getCompiler()
Get the XML compiler. |
Injector |
getEventDispatcher()
Get event dispatcher injector |
org.apache.commons.collections.ExtendedProperties |
getInvokerProperties()
Get a reference to the invoker properties set. |
Kernel |
getKernel()
Get the Kernel |
VMLoader |
getLoader()
Get the VM Loader |
AutohitBasicLogManager |
getLogManager()
Get log manager |
org.apache.commons.collections.ExtendedProperties |
getPropertiesSet()
Get properties set. |
AutohitLogInjectorWrapper |
getRootLogger()
Get a reference to a generic, root log injector |
Universe |
getUniverse()
Get the default universe. |
Universe |
getUniverse(java.lang.String handle)
Get a universe service by handle. |
void |
init(org.apache.commons.collections.ExtendedProperties props)
Initialize using a set of properties. |
void |
loadProperties(org.apache.commons.collections.ExtendedProperties props)
Load properties. |
int |
uniqueInteger()
Unique number |
Method Detail |
public void init(org.apache.commons.collections.ExtendedProperties props) throws java.lang.Exception
props
- properties set
java.lang.Exception
public void loadProperties(org.apache.commons.collections.ExtendedProperties props) throws java.lang.Exception
props
- properties set
java.lang.Exception
public Universe getUniverse()
public Universe getUniverse(java.lang.String handle)
handle
- handle to the universe
public XmlCompiler getCompiler()
public AutohitLogInjectorWrapper getRootLogger()
public Injector getEventDispatcher()
public AutohitBasicLogManager getLogManager()
public org.apache.commons.collections.ExtendedProperties getPropertiesSet()
public Kernel getKernel()
public VMLoader getLoader()
public CommandRegistry getCommandRegistry()
public int uniqueInteger()
public boolean debuggingState()
public org.apache.commons.collections.ExtendedProperties getInvokerProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |