|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining a component to be processed by the startup service.
Method Summary | |
String |
getComponentName()
Gets the location of the component to start. |
boolean |
isEnabled()
Indicates if this component is enabled to be started by the service. |
void |
setComponentName(String value)
Sets the location of the component to start. |
void |
setEnabled(boolean value)
Sets if this component is enabled to be started by the service. |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public String getComponentName()
public void setComponentName(String value)
value
- location of component to startpublic boolean isEnabled()
public void setEnabled(boolean value)
value
- if this component should be started
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |