public class RemoveServiceRefTask extends SISSubTask
SISManagementTask
element.
For example:
<sis-sip-management
raentity="foo">
<removeserviceref name="vpn"/>
</sis-sip-management>
This task invokes the ServiceRefManagementMBean.removeServiceRef(com.opencloud.slee.resources.sis.components.ServiceRefID)
management operation.
Attribute | Description | Required |
name | The name of the service 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 |
---|
RemoveServiceRefTask() |
Modifier and Type | Method and Description |
---|---|
void |
setName(String name) |
execute, getFailOnError, setFailOnError
public void setName(String name)