|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.PipeDiagnosticImpl
The superclass for classes that act as a stream for diagnostic messages.
This class is instantiated in DiagonsticFactory#createDiagnostic()
.
Constructor Summary | |
PipeDiagnosticImpl() Creates an instance. |
Method Summary | |
protected java.lang.String |
getPreamble() |
void |
print(java.lang.String message) Passes a message to the standard output. |
void |
println(java.lang.String message) Passes a message, with a carrage-return, to the standard output. |
java.lang.String |
toString() Produces a textual description of this diagnostic service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PipeDiagnosticImpl()
Method Detail |
public void print(java.lang.String message)
print
in interface IDiagnostic
message
- the message to be printed.public void println(java.lang.String message)
println
in interface IDiagnostic
message
- the message to be printed.public java.lang.String toString()
toString
in interface IDiagnostic
toString
in class java.lang.Object
protected java.lang.String getPreamble()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.