public class RemoveExtensionRefTask extends SISSubTask
SISManagementTask element.
For example:
<sis-sip-management raentity="foo">
<removeextensionref name="bar"/>
</sis-sip-management>
This task invokes the ExtensionRefManagementMBean.removeExtensionRef(com.opencloud.slee.resources.sis.components.ExtensionRefID)
management operation.
| Attribute | Description | Required |
| name | The name of the extension reference to remove. | Yes. |
| failonerror | Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. | No. Default is inherited from the enclosing SISManagementTask. |
| Constructor and Description |
|---|
RemoveExtensionRefTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
setName(String name) |
execute, getFailOnError, setFailOnErrorpublic void setName(String name)