|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the configuration of the
DefaultCarbonManagementServiceImpl. Each component listed by the
DontReconfigure array will not be reconfigured when
refreshAllComponentConfigurations is called. Each entry in the
DeploymentPropertyNames array will be returned by getDeploymentProperties.
Copyright 2002 Sapient
Field Summary |
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
Method Summary | |
void |
addDeploymentPropertyNames(String deploymentPropertyName)
Adds a deployment property name |
void |
addDontReconfigure(String componentName)
Adds a component that will not be reconfigured on a call to refreshAllComponentConfigurations. |
String[] |
getDeploymentPropertyNames()
Gets the array of deployment property names. |
String |
getDeploymentPropertyNames(int index)
Gets a deployment property name at the given index. |
String[] |
getDontReconfigure()
Gets the array of components that will not be reconfigured on a call to refreshAllComponentConfigurations. |
String |
getDontReconfigure(int index)
Gets a components that will not be reconfigured on a call to refreshAllComponentConfigurations. |
void |
setDeploymentPropertyNames(int index,
String deploymentPropertyName)
Replaces a deployment property name |
void |
setDeploymentPropertyNames(String[] deploymentPropertyNames)
Sets the array of deployment property names. |
void |
setDontReconfigure(int index,
String componentName)
Replaces a component that will not be reconfigured on a call to refreshAllComponentConfigurations. |
void |
setDontReconfigure(String[] componentNames)
Sets the array of components that will not be reconfigured on a call to refreshAllComponentConfigurations. |
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 String[] getDontReconfigure()
public String getDontReconfigure(int index)
index
- index of component in the array to return
public void setDontReconfigure(String[] componentNames)
componentNames
- array of components that are not reconfiguredpublic void setDontReconfigure(int index, String componentName)
index
- index of the component to replacecomponentName
- component that isn't reconfiguredpublic void addDontReconfigure(String componentName)
componentName
- component that isn't reconfiguredpublic String[] getDeploymentPropertyNames()
public String getDeploymentPropertyNames(int index)
index
- index of deployment property name to get
public void setDeploymentPropertyNames(String[] deploymentPropertyNames)
deploymentPropertyNames
- array of deployment property namespublic void setDeploymentPropertyNames(int index, String deploymentPropertyName)
index
- index of the component to replacedeploymentPropertyName
- new deployment property namepublic void addDeploymentPropertyNames(String deploymentPropertyName)
deploymentPropertyName
- new deployment property name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |