|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends the base interface by adding callbacks specific to working offline.
Method Summary | |
void |
aboutToAttach(ConnectEvent event)
The "offline" connection manged by the associated IManagedConnection is about to be replaced with a "live" connection. |
void |
aboutToDetach(ConnectEvent event)
The "live" connection manged by the associated IManagedConnection is about to be closed. |
boolean |
okToDetach(ConnectEvent event)
A client (or the user) has requested the "live" connection managed by the associated IManagedConnection be closed, replaced with an offline version. |
void |
workingOffline(ConnectEvent event)
The "live" connection manged by the associated IManagedConnection has been closed or the client (or user) has chosen to open a the connection in "offline" mode. |
Methods inherited from interface org.eclipse.datatools.connectivity.IManagedConnectionListener |
aboutToClose, closed, modified, okToClose, opened |
Method Detail |
public boolean okToDetach(ConnectEvent event)
event
-
public void aboutToDetach(ConnectEvent event)
event
- public void workingOffline(ConnectEvent event)
event
- public void aboutToAttach(ConnectEvent event)
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |