Class SetSasTracingEnabledTask

  • All Implemented Interfaces:
    SubTask

    public class SetSasTracingEnabledTask
    extends AbstractBaseTask

    A Rhino management task for setting the state of the SAS tracing.

    Ant Parameters
    Attribute Description Required

    tracingEnabled

    Boolean flag indicating if SAS tracing should be enabled (true) or disabled (false).

    Yes.

    force

    If true, override the SLEE state check when disabling SAS tracing state. SAS tracing state cannot normally be disabled when the SLEE is not in the Stopped state, because this may cause incomplete trails to be created in SAS for sessions that are in progress.

    No. Defaults to false.

    • Constructor Detail

      • SetSasTracingEnabledTask

        public SetSasTracingEnabledTask()
    • Method Detail

      • execute

        protected void execute()
                        throws org.apache.tools.ant.BuildException
        Specified by:
        execute in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException
      • validateParameters

        protected void validateParameters()
                                   throws org.apache.tools.ant.BuildException
        Specified by:
        validateParameters in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException
      • setTracingEnabled

        public void setTracingEnabled​(boolean tracingEnabled)
      • getTracingEnabled

        public boolean getTracingEnabled()
      • setForce

        public void setForce​(boolean force)
      • getForce

        public boolean getForce()