com.sibvisions.rad.persist.jdbc.event.type
Interface IConfigureConnectionListener
- All Known Subinterfaces:
- IConnectionListener
public interface IConfigureConnectionListener
The IConfigureConnectionListener will be used for initializing connections of a dBAccess.
configureConnection
void configureConnection(ConnectionEvent pEvent)
throws Throwable
- Invoked, when a new connection is used for this DBAccess.
- Parameters:
pEvent - the event
- Throws:
Throwable - if connection configuration fails.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.