Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.common
Class IASDiagnosticImpl

java.lang.Object
  |
  +--oracle.jbo.common.IASDiagnosticImpl
All Implemented Interfaces:
IDiagnostic

public class IASDiagnosticImpl
extends java.lang.Object
implements IDiagnostic

The superclass for classes that display diagnostics in a console.

This class is instantiated in DiagonsticFactory#createDiagnostic().

Since:
Jdeveloper 9.0.4

Constructor Summary
IASDiagnosticImpl()
          Creates an instance.
IASDiagnosticImpl(java.lang.String oraHome, java.lang.String oc4jInstanceName)
           

 

Method Summary
 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

IASDiagnosticImpl

public IASDiagnosticImpl()
Creates an instance.

IASDiagnosticImpl

public IASDiagnosticImpl(java.lang.String oraHome,
                         java.lang.String oc4jInstanceName)
Method Detail

print

public void print(java.lang.String message)
Displays a message in the console.
Specified by:
print in interface IDiagnostic
Parameters:
message - the message to be printed.

println

public void println(java.lang.String message)
Displays a message, with a carrage-return, in the console.
Specified by:
println in interface IDiagnostic
Parameters:
message - the message to be printed.

toString

public java.lang.String toString()
Produces a textual description of this diagnostic service.
Specified by:
toString in interface IDiagnostic
Overrides:
toString in class java.lang.Object
Returns:
a status string.

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.