|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.beans.dts.plugin.connection.DtsConnectionAdapter
public class DtsConnectionAdapter
Provides a default 'do nothing' implementation for DtsConnectionListener
methods.
DtsConnectionEvent| Constructor Summary | |
|---|---|
DtsConnectionAdapter()
|
|
| Method Summary | |
|---|---|
void |
connectionClosed(DtsConnectionEvent event)
Implement with appropriate action to be taken when a Connection has been closed. |
void |
connectionClosing(DtsConnectionEvent event)
Implement with appropriate action to be taken when a Connection is closing. |
void |
connectionOpened(DtsConnectionEvent event)
Implement with appropriate action to be taken when a new Connection has been created. |
void |
connectionWillClose(DtsConnectionEvent event,
ConnectionCloseVeto vetoClose)
Implement with appropriate action to be taken when a Connection will close. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DtsConnectionAdapter()
| Method Detail |
|---|
public void connectionOpened(DtsConnectionEvent event)
connectionOpened in interface DtsConnectionListenerevent - DtsConnectionEvent object.
public void connectionWillClose(DtsConnectionEvent event,
ConnectionCloseVeto vetoClose)
connectionWillClose in interface DtsConnectionListenerevent - DtsConnectionEvent object.vetoClose - public void connectionClosing(DtsConnectionEvent event)
connectionClosing in interface DtsConnectionListenerevent - DtsConnectionEvent object.public void connectionClosed(DtsConnectionEvent event)
connectionClosed in interface DtsConnectionListenerevent - DtsConnectionEvent object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||