Class ReplaceTriggerTask


  • public class ReplaceTriggerTask
    extends FileBasedTask
    Replaces a SIS trigger component from a file. The SIS RA entity to deploy to is specified by the enclosing SISManagementTask element. For example:
     <sis-sip-management raentity="foo">
       <replacetrigger file="bar.xml"/>
     </sis-sip-management>
     
    The contents of the file are passed to the TriggerManagementMBean.replace(String) management operation.

    Ant Parameters

    Attribute Description Required
    file The name of an XML file containing a SIS trigger component 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

      • ReplaceTriggerTask

        public ReplaceTriggerTask()