[an error occurred while processing this directive]
PATH
Documentation > WebObjects 4.5 >
InformixEOAdaptor Reference
(informal interface)
Package:
com.apple.yellow.informixeoadaptor
Interface Description
InformixChannel's delegate allows you to process errors
that occur in the Informix server.
Instance Methods
public abstract boolean informixChannelWillReportDatabaseError(
InformixChannel channel,
String attributes)
Invoked whenever
channel encounters
an error reported by the Informix server. The
error argument
is the text of the Informix error message which will be sent to
the adaptor's
reportError method. The delegate
can return false to prevent the channel from calling
reportError.