Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

17.7.34 getNotErrorOccurred

(a) Function

Gets the setting information about whether or not the calling of ConnectionEventListener.connectionErrorOccurred is to be suppressed.

(b) Format
 
public boolean getNotErrorOccurred()
 
(c) Arguments

None.

(d) Return value

boolean
This is the setting information about whether or not ConnectionEventListener.connectionErrorOccurred is called:
true: connectionErrorOccurred is not called.
false: connectionErrorOccurred is called (default).
(e) Functional detail

Gets the setting information about whether or not ConnectionEventListener.connectionErrorOccurred is to be called when a fatal connection error occurs while ConnectionPoolDataSource or XADataSource is being used. If no setting information has been set, this method returns false.

(f) Exceptions

None.