|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TraceOutput | |
|---|---|
| ca.idms.io | Services for formatted input and output. |
| ca.idms.jdbc | CA IDMS JDBC Driver. |
| Uses of TraceOutput in ca.idms.io |
|---|
| Classes in ca.idms.io that implement TraceOutput | |
|---|---|
class |
AbstractTraceOutput
This class provides common behavior for classes that implement the TraceOutput interface used for trace and logging infomation. |
class |
TraceStream
Encapsulates a PrintStream in a TraceOutput implementation. |
class |
TraceWriter
Encapsulates a PrintWriter in a TraceOutput implementation. |
| Fields in ca.idms.io declared as TraceOutput | |
|---|---|
protected TraceOutput |
TraceObject.logWriter
Instance specific log writer. |
static TraceOutput |
TraceObject.traceStream
Global trace output stream. |
| Uses of TraceOutput in ca.idms.jdbc |
|---|
| Methods in ca.idms.jdbc with parameters of type TraceOutput | |
|---|---|
void |
IdmsCommonDataSource.list(TraceOutput out)
Lists the data source properties. |
void |
IdmsCommonPoolDataSource.list(TraceOutput out)
Lists the data source properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||