|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionEventListener
A listener for connection events, implemented by the application server.
Method Summary | |
---|---|
void |
connectionClosed(ConnectionEvent event)
Notifies that an application has closed the connection. |
void |
connectionErrorOccurred(ConnectionEvent event)
Notifies that a connection error has occurred. |
void |
localTransactionCommitted(ConnectionEvent event)
Notifies that a local transaction has committed. |
void |
localTransactionRolledback(ConnectionEvent event)
Notifies that a local transaction has rolled back. |
void |
localTransactionStarted(ConnectionEvent event)
Notifies that a local transaction has started. |
Method Detail |
---|
void connectionClosed(ConnectionEvent event)
void localTransactionStarted(ConnectionEvent event)
void localTransactionCommitted(ConnectionEvent event)
void localTransactionRolledback(ConnectionEvent event)
void connectionErrorOccurred(ConnectionEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |