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