| Package | Description | 
|---|---|
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.lov | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.createApplicationModuleDef(int defScope,
                          java.lang.String defClassName)  | 
static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.findDefObject(java.lang.String name)
Finds an ApplicationModuleDefImpl instance, by name, from the statically
 maintained list of metaobjects. 
 | 
static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.findDefObjectNoSub(java.lang.String name)
Finds the named Application Module definition. 
 | 
ApplicationModuleDefImpl | 
ApplicationModuleImpl.getApplicationModuleDef()
Returns the Def (definition) associated with this Application Module. 
 | 
protected static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.loadFromXML(DefElement xmlElement)
Deprecated.  
 | 
protected static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.loadFromXML(DefElement xmlElement,
           java.lang.String fullName,
           ApplicationModuleDefImpl aInfo)
Internal: Applications should not use this method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ApplicationModuleDefImpl | 
ApplicationModuleDefImpl.loadFromXML(DefElement xmlElement,
           java.lang.String fullName,
           ApplicationModuleDefImpl aInfo)
Internal: Applications should not use this method. 
 | 
| Constructor and Description | 
|---|
PDefApplicationModule(ApplicationModuleDefImpl amDef)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LOVAppModuleDefImpl  |