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.
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.