Class UpdateNetworkRouteTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.UpdateNetworkRouteTask
-
public class UpdateNetworkRouteTask extends SISSubTask
Updates an existing network route in a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes operations on thesis-sip-management
raentity="foo"> <updatenetworkroute position="0" newPosition="3"/> </sis-sip-management>NetworkRouteMBean
MBean representing the network route.Ant Parameters
Attribute Description Required position The position in the current route list in which to update. Yes. rule The rule to match for this route to be selected. No. interface The name of the network interface to be used if this route is selected. No. newPosition The new position to move the route to. No. 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 UpdateNetworkRouteTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setInterface(String interfaceName)
void
setInterfaceType(String interfaceType)
Deprecated.void
setNewPosition(int pos)
void
setPosition(int pos)
void
setRule(String rule)
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setPosition
public void setPosition(int pos)
-
setRule
public void setRule(String rule)
-
setInterface
public void setInterface(String interfaceName)
-
setNewPosition
public void setNewPosition(int pos)
-
setInterfaceType
@Deprecated public void setInterfaceType(String interfaceType)
Deprecated.
-
-