|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents the special container case of the Root container where we need to store specific runtime information. It is not often utilized directly except through configuration information/management of the Expresso runtime system.
| Method Summary | |
void |
destroy()
Destroy the root container and everything it contains. |
ExpressoServicesConfig |
getExpressoServicesConfig()
Retrieve the current ExpressoServicesConfiguration file bean. |
LogManager |
getLogManager()
Retrieve the log manager |
URL |
getServicesFileLocation()
Retrieves the URL location of the services file location. |
String |
getSetupValue(String valueName)
Retrieve a global setup value (should be rarely used in a good system design) |
Map |
getSetupValues()
Retrieves ALL setup values available for the whole system |
void |
setExpressoServicesConfig(ExpressoServicesConfig theConfig)
Set the ExpressoServicesConfig bean. |
void |
setLogManager(LogManager newManager)
Sets the LogManager for management access purposes |
void |
setServicesFileLocation(URL url)
Sets the ULR location of the services file. |
| Methods inherited from interface com.jcorporate.expresso.kernel.Containable |
getContainerImplementation, locateComponent, setContainerImplementation |
| Methods inherited from interface com.jcorporate.expresso.kernel.ExpressoComponent |
getMetaData, getParent, setParent |
| Methods inherited from interface com.jcorporate.expresso.kernel.ComponentLifecycle |
configure, initialize, reconfigure |
| Method Detail |
public ExpressoServicesConfig getExpressoServicesConfig()
public void setExpressoServicesConfig(ExpressoServicesConfig theConfig)
theConfig - the confgiuration to setpublic void destroy()
destroy in interface ComponentLifecyclepublic LogManager getLogManager()
public void setLogManager(LogManager newManager)
newManager - the new LogManager to use for the root containerpublic String getSetupValue(String valueName)
valueName - the Name of the setup value to retrieve
public Map getSetupValues()
public URL getServicesFileLocation()
public void setServicesFileLocation(URL url)
url - the URL of the services file location
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||