|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
Uses of PropertyMetadata in oracle.jbo.common |
Methods in oracle.jbo.common that return PropertyMetadata | |
Type | Name |
---|---|
PropertyMetadata |
PropertyMetadata.prev()
|
PropertyMetadata |
PropertyMetadata.next()
|
static PropertyMetadata |
PropertyMetadata.first()
|
PropertyMetadata |
PropertyMetadata.last()
|
static PropertyMetadata |
PropertyMetadata.findProperty(java.lang.String key)
|
Methods in oracle.jbo.common with parameters of type PropertyMetadata | |
Type | Name |
---|---|
static void |
PropertyManager.setProperty(java.lang.Object owner,
PropertyMetadata meta,
java.lang.Object value)
|
static void |
PropertyManager.loadProperty(PropertyMetadata propdesc,
java.util.Hashtable sessionenv,
java.util.Hashtable clientenv,
java.applet.Applet applet,
java.util.Properties systemProperties,
java.util.Properties bc4jFile,
java.util.Properties bc4jResource,
java.util.Properties jboserverResource,
java.util.Properties diagnosticResource)
load an invididual property, using the published sources in order, when found, put it into the correct published place. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |