|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConnectionEventListener is an object that registers to receive events
generated by an Connection
Connection
Method Summary | |
void |
closed(Connection connection)
Invoked when a connection is closed |
void |
error(Connection 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(Connection connection)
connection
- the closed connectionpublic void error(Connection 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 |