|
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)
EnvInfoProvidergetInfo in interface EnvInfoProvideroracle.jbo.common.ampool.EnvInfoProviderinfo - 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)
EnvInfoProvidermodifyInitialContext in interface EnvInfoProviderpublic int getNumOfRetries()
EnvInfoProvidergetNumOfRetries in interface EnvInfoProvider
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||