| Package | Description |
|---|---|
| to.etc.dbpool |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProxy.addCommitListener(IDatabaseEventListener c)
Add a commit-time listener to this connection.
|
static void |
PoolManager.addListener(Connection dbc,
IDatabaseEventListener el)
Add an event listener to the specified connection.
|
void |
ConnectionProxy.removeCommitListener(IDatabaseEventListener c)
Remove an earlier registered commit listener - silly usage, questionable interface.
|
static void |
PoolManager.removeListener(Connection dbc,
IDatabaseEventListener el)
Remove an event listener that was added before from the specified connection.
|
Copyright © 2017 etc.to. All rights reserved.