|
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.RootAppModuleRegistry | +--oracle.cabo.data.jbo.servlet.RootAppModuleRegistryImpl
Registry for BC4J root ApplicationModules
Constructor Summary | |
RootAppModuleRegistryImpl(RootAppModuleRegistryDef def)
|
Method Summary | |
oracle.jbo.ApplicationModule |
findRootAppModule(java.lang.String name)
Finds the root ApplicationModule by name |
protected java.lang.String |
getPoolName(RootAppModuleDef rootAppModuleDef)
|
protected oracle.jbo.common.ampool.SessionCookie |
getSessionCookie(BajaContext context,
RootAppModuleDef rootAppModuleDef)
|
void |
useAll(BajaContext context)
Ensures that all root ApplicationModules have been checked out from the pool. |
protected oracle.jbo.ApplicationModule |
useRootAppModule(BajaContext context,
RootAppModuleDef rootAppModuleDef)
Returns the root ApplicationModule by this name, ensuring it has been checked out from the pool. |
oracle.jbo.ApplicationModule |
useRootAppModule(BajaContext context,
java.lang.String name)
Returns the root ApplicationModule by this name, ensuring it has been checked out from the pool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RootAppModuleRegistryImpl(RootAppModuleRegistryDef def)
Method Detail |
public void useAll(BajaContext context)
public oracle.jbo.ApplicationModule useRootAppModule(BajaContext context, java.lang.String name)
public oracle.jbo.ApplicationModule findRootAppModule(java.lang.String name)
findRootAppModule
in class RootAppModuleRegistry
protected oracle.jbo.ApplicationModule useRootAppModule(BajaContext context, RootAppModuleDef rootAppModuleDef)
protected oracle.jbo.common.ampool.SessionCookie getSessionCookie(BajaContext context, RootAppModuleDef rootAppModuleDef)
protected java.lang.String getPoolName(RootAppModuleDef rootAppModuleDef)
|
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 |