UIX 2.2.15

oracle.cabo.data.jbo
Class RootAppModuleRegistry

java.lang.Object
  |
  +--oracle.cabo.data.jbo.RootAppModuleRegistry
Direct Known Subclasses:
RootAppModuleRegistryImpl

public abstract class RootAppModuleRegistry
extends java.lang.Object

Registry for BC4J root ApplicationModules.


Constructor Summary
RootAppModuleRegistry()

Method Summary
abstract oracle.jbo.ApplicationModule findRootAppModule(java.lang.String name)
Returns the root ApplicationModule by this name

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RootAppModuleRegistry

public RootAppModuleRegistry()

Method Detail

findRootAppModule

public abstract oracle.jbo.ApplicationModule findRootAppModule(java.lang.String name)
Returns the root ApplicationModule by this name

UIX 2.2.15