Package edm.edom3

Class EDMConstants.TraceOptions

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.TraceOptions
    extends java.lang.Object
    Options for trace operations - usually not needed
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long TRACE_ARGS
      Write argument values when calling EDMI functions
      static long TRACE_CALLS
      Write trace for each call to EDMI functions
      static long TRACE_ERRORS
      Write trace when errors occur
      static long TRACE_INTERNAL_CALLS
      Write trace on internal calls - may generate LOTS of trace output.
      static long TRACE_RETURNS
      Write trace when leaving EDMI functions
      static long TRACE_RINGFILE
      Write trace as a loop to a file, thus enabling a trace to last for days so you may interragate the trace just before a sporadic error.
    • Constructor Summary

      Constructors 
      Constructor Description
      TraceOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TRACE_CALLS

        public static final long TRACE_CALLS
        Write trace for each call to EDMI functions
        See Also:
        Constant Field Values
      • TRACE_ARGS

        public static final long TRACE_ARGS
        Write argument values when calling EDMI functions
        See Also:
        Constant Field Values
      • TRACE_RETURNS

        public static final long TRACE_RETURNS
        Write trace when leaving EDMI functions
        See Also:
        Constant Field Values
      • TRACE_ERRORS

        public static final long TRACE_ERRORS
        Write trace when errors occur
        See Also:
        Constant Field Values
      • TRACE_INTERNAL_CALLS

        public static final long TRACE_INTERNAL_CALLS
        Write trace on internal calls - may generate LOTS of trace output.
        See Also:
        Constant Field Values
      • TRACE_RINGFILE

        public static final long TRACE_RINGFILE
        Write trace as a loop to a file, thus enabling a trace to last for days so you may interragate the trace just before a sporadic error.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TraceOptions

        public TraceOptions()