com.sibvisions.rad.persist.jdbc.event.type
Interface IUnconfigureConnectionListener

All Known Subinterfaces:
IConnectionListener

public interface IUnconfigureConnectionListener

The IUnconfigureConnectionListener will be used for uninitializing connections of a dBAccess.


Method Summary
 void unconfigureConnection(ConnectionEvent pEvent)
          Invoked, when a connection is not used for this DBAccess anymore.
 

Method Detail

unconfigureConnection

void unconfigureConnection(ConnectionEvent pEvent)
                           throws Throwable
Invoked, when a connection is not used for this DBAccess anymore.

Parameters:
pEvent - the event
Throws:
Throwable - if connection unconfiguration fails.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.