org.sape.carbon.core.component.startup
Interface StartupServiceConfiguration.StartupComponentConfiguration

All Superinterfaces:
Configuration
Enclosing interface:
StartupServiceConfiguration

public static interface StartupServiceConfiguration.StartupComponentConfiguration
extends Configuration

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

getComponentName

public String getComponentName()
Gets the location of the component to start.

Returns:
location of component to start

setComponentName

public void setComponentName(String value)
Sets the location of the component to start.

Parameters:
value - location of component to start

isEnabled

public boolean isEnabled()
Indicates if this component is enabled to be started by the service.

Returns:
if this component should be started

setEnabled

public void setEnabled(boolean value)
Sets if this component is enabled to be started by the service.

Parameters:
value - if this component should be started


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.