|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.ManagedConnectionAdapter
public class 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
public void modified(ConnectEvent event)
IManagedConnectionListener
modified
in interface IManagedConnectionListener
public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose
in interface IManagedConnectionListener
public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose
in interface IManagedConnectionListener
public void closed(ConnectEvent event)
IManagedConnectionListener
closed
in interface IManagedConnectionListener
public void aboutToAttach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToAttach
in interface IManagedConnectionOfflineListener
public void aboutToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
aboutToDetach
in interface IManagedConnectionOfflineListener
public void workingOffline(ConnectEvent event)
IManagedConnectionOfflineListener
workingOffline
in interface IManagedConnectionOfflineListener
public boolean okToDetach(ConnectEvent event)
IManagedConnectionOfflineListener
okToDetach
in interface IManagedConnectionOfflineListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |