org.sape.carbon.core.bootstrap |
This package contains the functionality to bring the system to a running state.
Once either of the public methods on the static BootStrapper class completes,
the system is up and running and ready for requests.
|
Java Source File Name | Type | Comment |
BootConfigurationDocument.java | Class | An implementation of ConfigurationDocument that provides
functionality specific to retrieving the configuration required to boot
the Carbon Core. |
BootStrapException.java | Class | |
BootStrapper.java | Class | This class is Carbon's ultimate source for the config service and
ComponentKeeper . |
BootStrapperStateEnum.java | Class | Enumeration of the possible states of the BootStrapper. |
DefaultLoader.java | Class | |
DeploymentProperties.java | Class | Class that encapsulates Deployment Properties within the bootstrapper. |
Loader.java | Interface | This interface defines the contract objects must adhere to in order to
load (bootstrap) the system. |