org.objectweb.deployment.scheduling.component.api
Interface AttributeSetterTask
- All Superinterfaces:
- ConfigurationTask, RequireInstanceProviderTask, Task
- All Known Implementing Classes:
- AbstractAttributeSetterTask
public interface AttributeSetterTask
- extends ConfigurationTask
AttributeSetterTask is the base interface of any deployment task
which sets a component attribute.
AttributeSetterTask extends ConfigurationTask.
- Version:
- 0.2
- Author:
- Philippe Merle, Frédéric Briclet
Method Summary |
Object |
getValue()
Return the value of the component attribute to configure. |
void |
setValue(Object value)
Set the value of the component attribute to configure. |
getValue
Object getValue()
- Return the value of the component attribute to configure.
- Returns:
- The value of the component attribute to configure.
setValue
void setValue(Object value)
- Set the value of the component attribute to configure.
- Parameters:
value
- - The value of the component attribute to configure.