|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.ManagedConnectionAdapter
Base implementation for IManagedConnectionListener.
Constructor Summary | |
ManagedConnectionAdapter()
|
Method Summary | |
void |
aboutToAttach(ConnectEvent event)
The "offline" connection manged by the associated IManagedConnection is about to be replaced with a "live" connection. |
void |
aboutToClose(ConnectEvent event)
The connection manged by the associated IManagedConnection is about to be closed. |
void |
aboutToDetach(ConnectEvent event)
The "live" 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. |
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 |
opened(ConnectEvent event)
The connection managed by the associated IManagedConnection has been opened. |
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 class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManagedConnectionAdapter()
Method Detail |
public void opened(ConnectEvent event)
IManagedConnectionListener
opened
in interface IManagedConnectionListener
event
- public void modified(ConnectEvent event)
IManagedConnectionListener
modified
in interface IManagedConnectionListener
event
- public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose
in interface IManagedConnectionListener
event
-
public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose
in interface IManagedConnectionListener
event
- public void closed(ConnectEvent event)
IManagedConnectionListener
closed
in interface IManagedConnectionListener
event
- public void aboutToAttach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToAttach
in interface IManagedConnectionOfflineListener
event
- public void aboutToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToDetach
in interface IManagedConnectionOfflineListener
event
- public void workingOffline(ConnectEvent event)
IManagedConnectionOfflineListener
workingOffline
in interface IManagedConnectionOfflineListener
event
- public boolean okToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
okToDetach
in interface IManagedConnectionOfflineListener
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |