Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.util.errormanager.ErrorLogger

Packages that use ErrorLogger
oracle.dacf.util.errorloggers This package provides classes which serve as examples of non-buffered error loggers. 
oracle.dacf.util.errormanager The ErrorManager is a singleton object that manages the storage and flow of ErrorMessage objects, and administers the registration of error listeners and error loggers. 
 

Uses of ErrorLogger in oracle.dacf.util.errorloggers
 

Classes in oracle.dacf.util.errorloggers that implement ErrorLogger
 class DacfErrorPopupLogger
          The DacfErrorPopupLogger is a non-buffered logger class that pops up an Error Dialog for every DAC error message.
 class OutputStreamLogger
          The OutPutStreamLogger is a non-buffered logger class that writes error information to an OutputStream.
 class StdErrorLogger
          The StdErrorLogger is a non-buffered logger class that writes error information to stderr.
 class StyleStdErrorLogger
          The StyleStdErrorLogger is a non-buffered logger class that writes StyleManager error information to stderr.
 

Uses of ErrorLogger in oracle.dacf.util.errormanager
 

Classes in oracle.dacf.util.errormanager that implement ErrorLogger
 class ErrorLoggerAdapter
          The ErrorLoggerAdapter interface is the Adapter implementation for the error logger, and defines an abstract non-buffered logger.
 

Methods in oracle.dacf.util.errormanager that return ErrorLogger
static ErrorLogger ErrorManager.findLoggerByName(java.lang.String name)
          Returns an ErrorLogger, given its unique name.
static ErrorLogger[] ErrorManager.getErrorLoggers()
          Returns the list of all registered ErrorLoggers.
static ErrorLogger[] ErrorManager.getBufferedErrorLoggers(boolean buffered)
          Returns the list of all registered buffered or non-buffered ErrorLoggers.
 

Methods in oracle.dacf.util.errormanager with parameters of type ErrorLogger
static void ErrorManager.addErrorLogger(ErrorLogger el)
          Registers an ErrorLogger given its unique name.
static void ErrorManager.removeErrorLogger(ErrorLogger el)
          Unregisters an ErrorLogger; unregistered loggers will not be eligible to receive notification of errors or to be consulted by error listeners.
 


Oracle Data-aware Controls Reference

 

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