Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common
Class PipeDiagnosticImpl

java.lang.Object
  extended byoracle.jbo.common.PipeDiagnosticImpl

All Implemented Interfaces:
IDiagnostic, IDiagnostic2

public class PipeDiagnosticImpl
extends java.lang.Object
implements IDiagnostic, IDiagnostic2

The superclass for classes that act as a stream for diagnostic messages.

This class is instantiated in DiagonsticFactory#createDiagnostic().

Since:
Jdeveloper 3.0

Constructor Summary
PipeDiagnosticImpl()
Creates an instance.

Method Summary
protected java.lang.String getPreamble()
void initialized(java.lang.String reason)
Called to signal initialization of Diagnostic.
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

PipeDiagnosticImpl

public PipeDiagnosticImpl()
Creates an instance.
Since:
Jdeveloper 3.0

Method Detail

print

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

println

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

initialized

public void initialized(java.lang.String reason)
Description copied from interface: IDiagnostic2
Called to signal initialization of Diagnostic.
Specified by:
initialized in interface IDiagnostic2
Parameters:
reason - describes the reason for initialization.

toString

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

getPreamble

protected java.lang.String getPreamble()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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