Class DssTrace

java.lang.Object
org.apache.derby.impl.drda.DssTrace

public class DssTrace extends Object
  • Field Details

  • Constructor Details

    • DssTrace

      public DssTrace()
  • Method Details

    • isComBufferTraceOn

      protected boolean isComBufferTraceOn()
    • startComBufferTrace

      protected void startComBufferTrace(String fileName) throws Exception
      Throws:
      Exception
    • stopComBufferTrace

      protected void stopComBufferTrace()
    • writeComBufferData

      protected void writeComBufferData(byte[] buff, int offset, int len, int type, String className, String methodName, int trcPt)
    • getCodePoint

      private static int getCodePoint(byte[] buff, int offset)
    • getHeader

      private static String getHeader(int type)
    • getStartPosition

      private static int getStartPosition(int type)
    • printHeaderWithCodePointName

      private void printHeaderWithCodePointName(String codePointName, int type)