|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IManagedConnection notifies clients of changes to the connection being managed through this listener interface.
Method Summary | |
void |
aboutToClose(ConnectEvent event)
The connection manged by the associated IManagedConnection is about to be closed. |
void |
closed(ConnectEvent event)
The connection manged by the associated IManagedConnection has been closed. |
void |
modified(ConnectEvent event)
The connection manged by the associated IManagedConnection has been modifed. |
boolean |
okToClose(ConnectEvent event)
A client (or the user) has requested the connection managed by the associated IManagedConnection be closed. |
void |
opened(ConnectEvent event)
The connection managed by the associated IManagedConnection has been opened. |
Method Detail |
public void opened(ConnectEvent event)
event
- public void modified(ConnectEvent event)
event
- public boolean okToClose(ConnectEvent event)
event
-
public void aboutToClose(ConnectEvent event)
event
- public void closed(ConnectEvent event)
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |