Class UpdateDefaultNetworkRouteTask


  • public class UpdateDefaultNetworkRouteTask
    extends SISSubTask
    Updates an existing default network route in a SIS RA entity. The SIS RA entity to manage to is specified by the enclosing SISManagementTask element. For example:
     <sis-in-management raentity="foo">
       <updatedefaultnetworkroute interface="external"/>
     </sis-in-management>
     
    This task invokes operations on the NetworkRouteMBean MBean representing the network route.

    Ant Parameters

    Attribute Description Required
    interface The name of the network interface to be used for the default route. No.
    default Boolean value indicating whether or not this route should be flagged as the default route. 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 Detail

      • UpdateDefaultNetworkRouteTask

        public UpdateDefaultNetworkRouteTask()
    • Method Detail

      • setInterface

        public void setInterface​(String interfaceName)