|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedConnectionEventListener
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 |
---|
void closed(ManagedConnection connection)
connection
- the closed connectionvoid 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 |