Class SetTriggerAddressAuditLoggingTask


  • public class SetTriggerAddressAuditLoggingTask
    extends SISSubTask
    Set the debug level for an address for 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">
       <settriggeraddressauditlogging address="1234567" audit="true"/>
     </sis-in-management>
     
    This task invokes the TriggerAddressTracingManagementMBean.setDebugLevel(java.lang.String, int) management operation.

    Ant Parameters

    Attribute Description Required
    address The address. May be any address that could be found by one of the trigger address tracing selectors. Yes.
    audit A boolean value that specifies whether the SIS will generate audit logs for calls that match the trigger address. 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

      • SetTriggerAddressAuditLoggingTask

        public SetTriggerAddressAuditLoggingTask()
    • Method Detail

      • setAddress

        public void setAddress​(String address)
      • setAudit

        public void setAudit​(boolean enabled)