|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.uicli.jui.JUEnvInfoProvider
Constructor Summary |
JUEnvInfoProvider()
|
Method Summary |
Type | Method |
---|---|
java.lang.Object |
getInfo(java.lang.String info,
java.lang.Object environment)
Invoked when the application pool is establishing a connection to the database. |
int |
getNumOfRetries()
Returns the number times that the default connection strategy should attempt to create/connect and application module instance before failing. |
void |
modifyInitialContext(java.lang.Object environment)
Invoked when the application pool is creating a new application module instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JUEnvInfoProvider()
Method Detail |
public java.lang.Object getInfo(java.lang.String info, java.lang.Object environment)
EnvInfoProvider
getInfo
in interface EnvInfoProvider
oracle.jbo.common.ampool.EnvInfoProvider
info
- a string representing the info required by the
DefaultConnectionStrategy.environment
- a Properties object containing the environment that will
be passed to oracle.jbo.Transaction.connect(String, Properties)
public void modifyInitialContext(java.lang.Object environment)
EnvInfoProvider
modifyInitialContext
in interface EnvInfoProvider
public int getNumOfRetries()
EnvInfoProvider
getNumOfRetries
in interface EnvInfoProvider
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |