|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.IASDiagnosticImpl
The superclass for classes that display diagnostics in a console.
This class is instantiated in DiagonsticFactory#createDiagnostic()
.
Constructor Summary | |
IASDiagnosticImpl()
Creates an instance. |
|
IASDiagnosticImpl(java.lang.String oraHome,
java.lang.String oc4jInstanceName)
|
Method Summary | |
void |
initialized(java.lang.String reason)
Called to signal initialization of Diagnostic. |
void |
print(java.lang.String message)
Displays a message in the console. |
void |
println(java.lang.String message)
Displays a message, with a carrage-return, in the console. |
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 IASDiagnosticImpl()
public IASDiagnosticImpl(java.lang.String oraHome, java.lang.String oc4jInstanceName)
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 void initialized(java.lang.String reason)
IDiagnostic2
initialized
in interface IDiagnostic2
reason
- describes the reason for initialization.public java.lang.String toString()
toString
in interface IDiagnostic
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.