Uses of Class
com.apelon.beans.dts.plugin.connection.DtsConnectionEvent

Packages that use DtsConnectionEvent
com.apelon.beans.dts.plugin.connection Provides the classes and interfaces used in Connection Event notification. 
 

Uses of DtsConnectionEvent in com.apelon.beans.dts.plugin.connection
 

Methods in com.apelon.beans.dts.plugin.connection with parameters of type DtsConnectionEvent
 void DtsConnectionListener.connectionClosed(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a Connection has been closed.
 void DtsConnectionAdapter.connectionClosed(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a Connection has been closed.
 void DtsConnectionListener.connectionClosing(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a Connection is closing.
 void DtsConnectionAdapter.connectionClosing(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a Connection is closing.
 void DtsConnectionListener.connectionOpened(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a new Connection has been created.
 void DtsConnectionAdapter.connectionOpened(DtsConnectionEvent event)
          Implement with appropriate action to be taken when a new Connection has been created.
 void DtsConnectionListener.connectionWillClose(DtsConnectionEvent event, ConnectionCloseVeto vetoClose)
          Implement with appropriate action to be taken when a Connection will close.
 void DtsConnectionAdapter.connectionWillClose(DtsConnectionEvent event, ConnectionCloseVeto vetoClose)
          Implement with appropriate action to be taken when a Connection will close.
 



Copyright © 2011. All Rights Reserved.