Class RemoveNetworkRouteTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.RemoveNetworkRouteTask
-
public class RemoveNetworkRouteTask extends SISSubTask
Removes a network route from 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"> <removenetworkroute position="0"/> </sis-sip-management>NetworkInterfaceManagementMBean.removeRoute(int)
management operation.Ant Parameters
Attribute Description Required position The position of the route in the current route list to be removed. 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 RemoveNetworkRouteTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setPosition(int pos)
void
setType(String interfaceType)
Deprecated.-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setPosition
public void setPosition(int pos)
-
setType
@Deprecated public void setType(String interfaceType)
Deprecated.
-
-