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


oracle.jbo.common
Interface IDiagnostic2

All Known Implementing Classes:
ConsoleDiagnosticImpl, FileDiagnosticImpl, IASDiagnosticImpl, PipeDiagnosticImpl, SharedFileDiagnosticImpl, SilentDiagnosticImpl

public interface IDiagnostic2

Defines methods for logging diagnostic messages.

Since:
Jdeveloper 3.0

Method Summary
 void initialized(java.lang.String reason)
          Called to signal initialization of Diagnostic.

 

Method Detail

initialized

public void initialized(java.lang.String reason)
Called to signal initialization of Diagnostic.
Parameters:
reason - describes the reason for initialization.

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


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