|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPoolListener
The ConnectionPoolListener class is used to observe
events related to the connection pools for the registered Blackboard
databases.
| Method Summary | |
|---|---|
void |
connectionAcquired(ConnectionMonitorEvent event)
This method is called whenever a connection is obtained from a connection pool. |
void |
connectionReleased(ConnectionMonitorEvent event)
This method is called whenever a connection is released back to a connection pool. |
| Method Detail |
|---|
void connectionAcquired(ConnectionMonitorEvent event)
event - The associated eventvoid connectionReleased(ConnectionMonitorEvent event)
event - The associated event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||