|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration interface for the Startup Service.
Copyright 2002 Sapient
Nested Class Summary | |
static interface |
StartupServiceConfiguration.StartupComponentConfiguration
Interface defining a component to be processed by the startup service. |
Field Summary |
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
Method Summary | |
void |
addStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration newStartupService)
Adds a component to the list of startup components. |
StartupServiceConfiguration.StartupComponentConfiguration[] |
getStartupComponent()
Gets the set of components that need to be started. |
StartupServiceConfiguration.StartupComponentConfiguration |
getStartupComponent(int index)
Gets a component from the list of startup components. |
void |
setStartupComponent(int index,
StartupServiceConfiguration.StartupComponentConfiguration startupComponents)
Replaces a component in the list of startup components. |
void |
setStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration[] startupComponents)
Sets the list of components to be started. |
Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public StartupServiceConfiguration.StartupComponentConfiguration[] getStartupComponent()
Gets the set of components that need to be started.
public void setStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration[] startupComponents)
startupComponents
- components to startedpublic StartupServiceConfiguration.StartupComponentConfiguration getStartupComponent(int index)
index
- index of component to get
public void setStartupComponent(int index, StartupServiceConfiguration.StartupComponentConfiguration startupComponents)
index
- index of component to replacestartupComponents
- component to replace in the listpublic void addStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration newStartupService)
newStartupService
- component to add to the list
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |