Class EnableNetworkInterfaceTask


  • public class EnableNetworkInterfaceTask
    extends SISSubTask
    Enables a network interface on a SIS RA entity. The SIS RA entity to manage to is specified by the enclosing SISManagementTask element. For example:
     <sis-sip-management raentity="foo">
       <enablenetworkinterface name="external"/>
     </sis-sip-management>
     
    This task invokes the NetworkInterfaceManagementMBean.enableNetworkInterface(String) management operation.

    Ant Parameters

    Attribute Description Required
    name The name of a network interface definition. 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 Detail

      • EnableNetworkInterfaceTask

        public EnableNetworkInterfaceTask()
    • Method Detail

      • setName

        public void setName​(String name)