|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.def.NamedObjectDefImpl | +--oracle.cabo.data.jbo.def.AppModuleDefImpl | +--oracle.cabo.data.jbo.def.RootAppModuleDefImpl
BC4J root ApplicationModule definition implementation.
Constructor Summary | |
RootAppModuleDefImpl()
|
Method Summary | |
boolean |
getAcquireLock()
Returns whether to acquire a lock for this ApplicationModule during checkout from the ApplicationPool. |
java.lang.String |
getConfigName()
Returns the configuration name to use for the database connection. |
java.lang.String |
getDefinition()
Returns the definition to use for the database connection. |
java.lang.String |
getReleaseMode()
Returns the release mode for this root ApplicationModule; stateful, stateless or reserved. |
long |
getWaitTimeout()
Returns the maximum number of milliseconds to wait while attempting to acquire the lock. |
void |
setAcquireLock(boolean acquireLock)
Sets whether to acquire a lock for this ApplicationModule during checkout from the ApplicationPool. |
void |
setConfigName(java.lang.String configName)
Sets the configuration name to use for the database connection. |
void |
setDefinition(java.lang.String definition)
Sets the definition to use for the database connection. |
void |
setReleaseMode(java.lang.String releaseMode)
Sets the release mode for this root ApplicationModule; stateful, stateless or reserved. |
void |
setWaitTimeout(long waitTimeout)
Sets the maximum number of milliseconds to wait while attempting to acquire the lock. |
Methods inherited from class oracle.cabo.data.jbo.def.AppModuleDefImpl |
findAppModuleDef, findViewObjectDef, getDefFullName, setAppModuleDefs, setDefFullName, setViewObjectDefs |
Methods inherited from class oracle.cabo.data.jbo.def.NamedObjectDefImpl |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.cabo.data.jbo.def.AppModuleDef |
findAppModuleDef, findViewObjectDef, getDefFullName, getName |
Constructor Detail |
public RootAppModuleDefImpl()
Method Detail |
public java.lang.String getDefinition()
getDefinition
in interface RootAppModuleDef
public void setDefinition(java.lang.String definition)
public java.lang.String getConfigName()
getConfigName
in interface RootAppModuleDef
public void setConfigName(java.lang.String configName)
public boolean getAcquireLock()
getAcquireLock
in interface RootAppModuleDef
public void setAcquireLock(boolean acquireLock)
public long getWaitTimeout()
getWaitTimeout
in interface RootAppModuleDef
public void setWaitTimeout(long waitTimeout)
public java.lang.String getReleaseMode()
getReleaseMode
in interface RootAppModuleDef
public void setReleaseMode(java.lang.String releaseMode)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |