Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Interface ErrorHandlerCallback

All Known Subinterfaces:
PersistenceManager, ThinDataviewCommon
All Known Implementing Classes:
BaseThinBeanUI, BISession, BIStateManager, CalcStepStorageHelper, Connection, Dataview, DefaultBuilderContext, InitialPersistenceManager, MetadataManager, PersistenceManagerImpl, QueryManager, QueryManagerServer, ServletQueryParameterProvider, ThinDataview

public interface ErrorHandlerCallback

Interface for beans that send messages to an error handler.


Method Summary
 void addErrorHandler(ErrorHandler eh)
          Adds a single error handler to the bean.
 void removeErrorHandler()
          Removes the error handler from the bean.

 

Method Detail

addErrorHandler

public void addErrorHandler(ErrorHandler eh)
Adds a single error handler to the bean. The bean then calls the error handler with error messages, messages about abnormal situations, and trace messages.
Parameters:
eh - The error handler to add.

removeErrorHandler

public void removeErrorHandler()
Removes the error handler from the bean.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.