Class CreateExternalPlatformTask


  • public class CreateExternalPlatformTask
    extends SISSubTask
    Create an external platform definition for 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">
       <createexternalplatform extPlatformName="vpn" mode="round_robin"/>
     </sis-sip-management>
     
    This task invokes the ServiceRefManagementMBean.createExternalPlatform(String, ExternalAddressSelectionMode) management operation.

    Ant Parameters

    Attribute Description Required
    extPlatformName The name for the new external platform definition. Yes.
    selectionMode Must be one of the possible ExternalAddressSelectionMode values (case-insensitive): INTERCEPTOR_SERVICE, ROUND_ROBIN, LOAD_SHARE, or ACTIVE_STANDBY. 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

      • CreateExternalPlatformTask

        public CreateExternalPlatformTask()
    • Method Detail

      • setExtPlatformName

        public void setExtPlatformName​(String extPlatformName)
      • setSelectionMode

        public void setSelectionMode​(String mode)