|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class. An Application server uses these events to manage its connection pools.
Method Summary | |
void |
connectionClosed(ConnectionEvent (src) event)
Notifies the listener that a connection has been closed |
void |
connectionErrorOccurred(ConnectionEvent (src) event)
Connection error has occurred |
void |
localTransactionCommitted(ConnectionEvent (src) event)
Local transaction has been committed |
void |
localTransactionRolledback(ConnectionEvent (src) event)
Local transaction has been rolled back |
void |
localTransactionStarted(ConnectionEvent (src) event)
Local transaction has been started |
Method Detail |
public void connectionClosed(ConnectionEvent (src) event)
event
- the closed eventpublic void localTransactionStarted(ConnectionEvent (src) event)
event
- the local transaction started eventpublic void localTransactionCommitted(ConnectionEvent (src) event)
event
- the local transaction committed eventpublic void localTransactionRolledback(ConnectionEvent (src) event)
public void connectionErrorOccurred(ConnectionEvent (src) event)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |