|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
ConnectionInfo
,
ConnectionInfo.setCustomConnection(CustomConnection customConnection)
Method Summary | |
NamedConnection |
loginConnection(NamedConnection loginConnection)
Called by the DAC framework to do the actual connect. |
Method Detail |
public NamedConnection loginConnection(NamedConnection loginConnection)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.