|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ManagedConnectionEventListener
is an object that registers
to receive events generated by a ManagedConnection
Connection
Method Summary | |
void |
closed(ManagedConnection connection)
Invoked when a managed connection is closed |
void |
error(ManagedConnection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
Method Detail |
public void closed(ManagedConnection connection)
connection
- the closed connectionpublic void error(ManagedConnection connection, java.lang.Exception exception)
connection
- the connection the error occurred onexception
- the error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |