Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface RootAppModuleDef

All Superinterfaces:
AppModuleDef
All Known Implementing Classes:
RootAppModuleDefImpl

public interface RootAppModuleDef
extends AppModuleDef

BC4J root ApplicationModule definition.


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.
 
Methods inherited from interface oracle.cabo.data.jbo.def.AppModuleDef
findAppModuleDef, findViewObjectDef, getDefFullName, getName
 

Method Detail

getDefinition

public java.lang.String getDefinition()
Returns the definition to use for the database connection.

getConfigName

public java.lang.String getConfigName()
Returns the configuration name to use for the database connection.

getAcquireLock

public boolean getAcquireLock()
Returns whether to acquire a lock for this ApplicationModule during checkout from the ApplicationPool.

getWaitTimeout

public long getWaitTimeout()
Returns the maximum number of milliseconds to wait while attempting to acquire the lock.

getReleaseMode

public java.lang.String getReleaseMode()
Returns the release mode for this root ApplicationModule; stateful, stateless or reserved.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.