|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sape.carbon.core.component.startup.DefaultStartupServiceImpl
Default implementation of the Startup Service. This implementation defines the list of components to start in configuration.
Copyright 2002 Sapient
Field Summary | |
private org.apache.commons.logging.Log |
log
Provides a handle to Apache-commons logger |
private StartupServiceConfiguration.StartupComponentConfiguration[] |
startupComponents
set of all component names that need to be started |
Constructor Summary | |
DefaultStartupServiceImpl()
|
Method Summary | |
void |
configure(ComponentConfiguration configuration)
Configuration lifecycle method. |
void |
startComponents()
Starts all components that this service is configured to start. |
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
private StartupServiceConfiguration.StartupComponentConfiguration[] startupComponents
Constructor Detail |
public DefaultStartupServiceImpl()
Method Detail |
public void startComponents()
Starts all components that this service is configured to start.
startComponents
in interface StartupService
public void configure(ComponentConfiguration configuration)
Configuration lifecycle method.
configure
in interface Configurable
configuration
- StartupServiceConfiguration
configuration of the component
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |