|
|||||||||||
| 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 IManagedConnectionListenerevent - public void modified(ConnectEvent event)
IManagedConnectionListener
modified in interface IManagedConnectionListenerevent - public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose in interface IManagedConnectionListenerevent -
public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose in interface IManagedConnectionListenerevent - public void closed(ConnectEvent event)
IManagedConnectionListener
closed in interface IManagedConnectionListenerevent - public void aboutToAttach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToAttach in interface IManagedConnectionOfflineListenerevent - public void aboutToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToDetach in interface IManagedConnectionOfflineListenerevent - public void workingOffline(ConnectEvent event)
IManagedConnectionOfflineListener
workingOffline in interface IManagedConnectionOfflineListenerevent - public boolean okToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
okToDetach in interface IManagedConnectionOfflineListenerevent -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||