Business Components

oracle.jbo.common
Class ApplicationModuleHelper

java.lang.Object
  |
  +--oracle.jbo.common.PropertiesHelper
        |
        +--oracle.jbo.common.ApplicationModuleHelper
All Implemented Interfaces:
Properties

public abstract class ApplicationModuleHelper
extends PropertiesHelper

Internal: Applications should not use this class.


Field Summary
TypeField
protected  com.sun.java.util.collections.ArrayList caches
           
protected  int qvId
           
 
Fields inherited from class oracle.jbo.common.PropertiesHelper
mProperties, timer
 
Constructor Summary
ApplicationModuleHelper()
           
 
Method Summary
TypeMethod
protected  void init()
           
 
Methods inherited from class oracle.jbo.common.PropertiesHelper
getProperties, getProperty, refreshProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caches

protected com.sun.java.util.collections.ArrayList caches

qvId

protected int qvId
Constructor Detail

ApplicationModuleHelper

public ApplicationModuleHelper()
Method Detail

init

protected void init()

Business Components