org.apache.derby.impl.drda
Class DssTrace
java.lang.Object
org.apache.derby.impl.drda.DssTrace
- public class DssTrace
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST_SEPARATOR
private static final java.lang.String LIST_SEPARATOR
- See Also:
- Constant Field Values
NULL_VALUE
private static final java.lang.String NULL_VALUE
- See Also:
- Constant Field Values
asciiChar
private static final char[] asciiChar
codePointNameTable
private static CodePointNameTable codePointNameTable
colPosHeader
private static final java.lang.String colPosHeader
- See Also:
- Constant Field Values
ebcdicChar
private static final char[] ebcdicChar
hexDigit
private static final char[] hexDigit
comBufferWriter
private java.io.PrintWriter comBufferWriter
receiveHeader
private static final java.lang.String receiveHeader
- See Also:
- Constant Field Values
sendHeader
private static final java.lang.String sendHeader
- See Also:
- Constant Field Values
spaceChar
private static final char spaceChar
- See Also:
- Constant Field Values
comBufferTraceOn
private boolean comBufferTraceOn
comBufferSync
private java.lang.Boolean comBufferSync
zeroChar
private static final char zeroChar
- See Also:
- Constant Field Values
TYPE_TRACE_RECEIVE
protected static final int TYPE_TRACE_RECEIVE
- See Also:
- Constant Field Values
TYPE_TRACE_SEND
protected static final int TYPE_TRACE_SEND
- See Also:
- Constant Field Values
DssTrace
public DssTrace()
isComBufferTraceOn
protected boolean isComBufferTraceOn()
startComBufferTrace
protected void startComBufferTrace(java.lang.String fileName)
stopComBufferTrace
protected void stopComBufferTrace()
writeComBufferData
protected void writeComBufferData(byte[] buff,
int offset,
int len,
int type,
java.lang.String className,
java.lang.String methodName,
int trcPt)
getCodePoint
private static int getCodePoint(byte[] buff,
int offset)
getHeader
private static java.lang.String getHeader(int type)
getStartPosition
private static int getStartPosition(int type)
printHeaderWithCodePointName
private void printHeaderWithCodePointName(java.lang.String codePointName,
int type)
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.