Class RemoveExternalPlatformAddressTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.RemoveExternalPlatformAddressTask
-
public class RemoveExternalPlatformAddressTask extends SISSubTask
Remove a SIP or IN address from an external platform definition for a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes thesis-sip-management
raentity="foo"> <removeexternalplatformaddress extPlatformName="vpn" position="0"/> </sis-sip-management>ExternalPlatformManagementMBean.removeAddress(int)
management operation.Ant Parameters
Attribute Description Required extPlatformName The name of the external platform definition to update. Yes. position The position in the current address list in which to remove from. Value must be between 0 and one less than the number of addresses currently present. 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 Summary
Constructors Constructor Description RemoveExternalPlatformAddressTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setExtPlatformName(String extPlatformName)
void
setPosition(int pos)
void
setType(String type)
Deprecated.-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setExtPlatformName
public void setExtPlatformName(String extPlatformName)
-
setPosition
public void setPosition(int pos)
-
setType
@Deprecated public void setType(String type)
Deprecated.
-
-