Oracle Data-aware Controls Reference

oracle.dacf.dataset.connections
Interface CustomConnection


public interface CustomConnection

The CustomConnection interface allows implementors to provide their own Named connection used to establish the AppModule's transaction.

Before setting up the AppModule transaction, it will call the CustomConnection loginConection()method which allows the developer to modify the named connection definition.

Version:
PUBLIC
See Also:
ConnectionInfo, ConnectionInfo.setCustomConnection(CustomConnection customConnection)

Method Summary
 NamedConnection loginConnection(NamedConnection loginConnection)
          Called by the DAC framework to do the actual connect.
 

Method Detail

loginConnection

public NamedConnection loginConnection(NamedConnection loginConnection)
Called by the DAC framework to do the actual connect.

Returns:
the modified named connection.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.