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

All Known Subinterfaces:
IDBAccessListener

public interface IConfigureConnectionListener

The IInitializeConnectionListener will be used for initializing connections of a dBAccess.


Method Summary
 void configureConnection(ConnectionEvent pEvent)
          Invoked after a method call.
 

Method Detail

configureConnection

void configureConnection(ConnectionEvent pEvent)
                         throws Throwable
Invoked after a method call.

Parameters:
pEvent - an event with the call result
Throws:
Throwable - if connection configuration fails.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.