|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sape.carbon.core.bootstrap.DefaultLoader
This is the default loader for the system.
Copyright 2002 Sapient
Field Summary | |
static String |
COMPONENT_KEEPER_CONFIGURATION
Holds the config location of the default component keeper. |
static String |
CONFIG_SERVICE_FACTORY_PROPERTY
Holds the deployment property name for the default service factory. |
private org.apache.commons.logging.Log |
log
The handle to Apache-commons logger |
Constructor Summary | |
(package private) |
DefaultLoader()
|
Method Summary | |
ComponentKeeper |
fetchComponentKeeper(ConfigurationService configurationService)
Loads the ComponentKeeper for the system and returns it. |
ConfigurationService |
fetchConfigurationService()
Loads the root ConfigurationService for the system
and returns it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private org.apache.commons.logging.Log log
public static final String COMPONENT_KEEPER_CONFIGURATION
public static final String CONFIG_SERVICE_FACTORY_PROPERTY
Constructor Detail |
DefaultLoader()
Method Detail |
public ConfigurationService fetchConfigurationService()
Loads the root ConfigurationService
for the system
and returns it.
fetchConfigurationService
in interface Loader
ConfigurationService
for the systempublic ComponentKeeper fetchComponentKeeper(ConfigurationService configurationService)
Loads the ComponentKeeper
for the system and returns it.
fetchComponentKeeper
in interface Loader
configurationService
- the configuration service to fetch
the keeper from
ComponentKeeper
for the system
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |