ca.idms.io
Interface Trace

All Known Implementing Classes:
IdmsCallableStatement, IdmsConnection, IdmsDatabaseMetaData, IdmsJdbcObject, IdmsLogicalConnection, IdmsMetaData, IdmsParameterMetaData, IdmsPooledConnection, IdmsPreparedStatement, IdmsReceivedCursor, IdmsResultObject, IdmsResultSet, IdmsResultSetMetaData, IdmsSavepoint, IdmsStatement, IdmsXAConnection, IdmsXAResource, IdmsXid, NativeBase, NativeBuffer, NativeCodePage, NativeFormat, NativeObject, ProxyOptions, TraceObject, UnicodeFormat, UtfFormat

public interface Trace

Classes that implement the Trace interface provide methods to display message and member variables in a debugging output stream. Default methods are defined in the general base class TraceObject.

Since:
CA IDMS Server 5.0
Version:
1.00, 09/30/98
Author:
Dave Ross
See Also:
TraceObject

Method Summary
 void snap()
          Displays object member variables in the trace stream.
 void trace(java.lang.String s)
          Writes a line to the trace stream.
 

Method Detail

trace

void trace(java.lang.String s)
Writes a line to the trace stream.

Parameters:
s - String to write.

snap

void snap()
Displays object member variables in the trace stream.



Copyright © 2009 CA, All rights reserved