connectionErrorOccurred and connectionClosed are methods
from ConnectionEventListener interface
Invoked when a fatal connection error occurs,
just before an SQLException is thrown to the application
Invoked when a fatal connection error occurs,
just before an SQLException is thrown to the application
This method is automatically called when a fatal error
is detected on the base connection.
Pre-invokation of the delegation, in case of the Statement is
closed, we throw an exception
!!!!!!!!!! BE CAREFUL - March 31, 2003
this method is no longer used ! please see CoreStatement and
StdXAConnectionHandle (moved code)
Pre-invokation of the delegation, in case of the Statement is
closed, we throw an exception
!!!!!!!!!! BE CAREFUL - March 31, 2003
this method is no longer used ! please see CorePreparedStatement and
StdXAConnectionHandle (moved code)
Set up the data source name, get the initial context,
and lookup in JNDI to obtain a reference of the DataSourceName
this method must be called before a getConnection (in this case
an exception is returned
This is an implementation of java.sql.Connection which simply
delegates almost everything to an underlying physical implemention
of the same interface.