public class ConnectionEventSupport
extends java.lang.Object
Constructor | Description |
---|---|
ConnectionEventSupport(javax.sql.PooledConnection source) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addConnectionEventListener(javax.sql.ConnectionEventListener mlistener) |
Deprecated.
|
void |
fireConnectionClosed() |
Deprecated.
|
void |
fireConnectionErrorOccurred(java.sql.SQLException error) |
Deprecated.
|
void |
removeConnectionEventListener(javax.sql.ConnectionEventListener mlistener) |
Deprecated.
|
public ConnectionEventSupport(javax.sql.PooledConnection source)
public void addConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
public void removeConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
public void fireConnectionClosed()
public void fireConnectionErrorOccurred(java.sql.SQLException error)