Class SetConcatenatedFCIInteractionModeDelimiterTask


  • public class SetConcatenatedFCIInteractionModeDelimiterTask
    extends SISSubTask
    Set the delimiter for the concatenated FCI interaction mode for a SIS-IN RA entity. The SIS-IN RA entity to manage to is specified by the enclosing sis-in-management element. For example:
     <sis-in-management raentity="foo">
       <setconcatenatedFCIinteractionmodedelimiter delimiter="11,ff"/>
     </sis-in-management>
     
    This task invokes the INConfigurationManagementMBean.setConcatenatedFCIInteractionModeDelimiter(byte[]) management operation.

    Ant Parameters

    Attribute Description Required
    delimiter A comma-seperated list of hexadecimal byte values 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 INSISManagementTask.
    • Constructor Detail

      • SetConcatenatedFCIInteractionModeDelimiterTask

        public SetConcatenatedFCIInteractionModeDelimiterTask()
    • Method Detail

      • setDelimiter

        public void setDelimiter​(String delimiter)