|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 DtsConnectionListener
event
- DtsConnectionEvent
object.public void connectionWillClose(DtsConnectionEvent event, ConnectionCloseVeto vetoClose)
connectionWillClose
in interface DtsConnectionListener
event
- DtsConnectionEvent
object.vetoClose
- public void connectionClosing(DtsConnectionEvent event)
connectionClosing
in interface DtsConnectionListener
event
- DtsConnectionEvent
object.public void connectionClosed(DtsConnectionEvent event)
connectionClosed
in interface DtsConnectionListener
event
- DtsConnectionEvent
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |