Business Components

Uses of Interface
oracle.jbo.common.IDiagnostic

Packages that use IDiagnostic
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of IDiagnostic in oracle.jbo.common
 

Classes in oracle.jbo.common that implement IDiagnostic
 class ConsoleDiagnosticImpl
          The superclass for classes that display diagnostics in a console.
 class PipeDiagnosticImpl
          The superclass for classes that act as a stream for diagnostic messages.
 class SilentDiagnosticImpl
          The superclass for classes that act as null output devices.
 

Methods in oracle.jbo.common that return IDiagnostic
static IDiagnostic DiagnosticFactory.createDiagnostic()
          Creates an instance of an implementation of the IDiagnostic interface.
 


Business Components