com.ibm.jtopenlite

Class Trace

  • java.lang.Object
    • com.ibm.jtopenlite.Trace


  • public class Trace
    extends java.lang.Object
    Class representing the Tracing provided by JTOpenLite.

    Trace can be enabled by setting the JVM property com.ibm.jtopenlite.Trace.category to ALL or TRUE.

    The trace output can be directed to a file by setting the JVM property com.ibm.jtopenlite.Trace.file.

    The trace currently consists only of the datastream information.

    • Constructor Detail

      • Trace

        public Trace()
    • Method Detail

      • setTraceCategory

        public static void setTraceCategory(int traceCategory)
      • getTraceCategory

        public static int getTraceCategory()
      • setPrintFile

        public static void setPrintFile(java.io.File file)
      • getPrintStream

        public static java.io.PrintStream getPrintStream()
      • isStreamTracingEnabled

        public static boolean isStreamTracingEnabled()
      • dumpException

        public static void dumpException(java.lang.Exception e)