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)
loginConnection
public NamedConnection loginConnection(NamedConnection loginConnection)
- Called by the DAC framework to do the actual connect.
- Parameters:
NamedConnection
- the defined NamedConnection.- Returns:
- the modified named connection.