|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.PropertyDefaultContext
temporary (Nov02) implementation to hold a default property context. singleton class
Field Summary | |
static java.lang.String |
NAME
|
Method Summary | |
java.lang.Object |
getDirect(java.lang.String propName)
this root level context can only get properties from the outermost context |
static PropertyDefaultContext |
getInstance()
|
java.lang.String |
getName()
Get the name of this context |
static java.util.Hashtable |
getOverriddenProperties()
|
PropertyContext |
getParent()
return the parent context |
java.lang.Object |
getRecursive(java.lang.String propName)
|
static void |
main(java.lang.String[] args)
|
void |
setDirect(java.lang.String propName,
java.lang.Object value)
For 9.0.4 the only properties we can reasonably manipulate are the MOM's or the Diagnostics - so any attempt to do otherwise will throw a runtime error |
void |
setName(java.lang.String contextName)
|
void |
setParent(PropertyContext pc)
|
void |
setRecursive(java.lang.String propName,
java.lang.Object value,
java.lang.String contextName)
Set the value of a property in the first parent context whose name matches the contextName. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME
Method Detail |
public static PropertyDefaultContext getInstance()
public static java.util.Hashtable getOverriddenProperties()
public static void main(java.lang.String[] args)
public java.lang.Object getDirect(java.lang.String propName)
getDirect
in interface PropertyContext
propName
- the name of the propertypublic java.lang.Object getRecursive(java.lang.String propName)
getRecursive
in interface PropertyContext
public void setDirect(java.lang.String propName, java.lang.Object value)
setDirect
in interface PropertyContext
propName
- the name of the propertypublic void setRecursive(java.lang.String propName, java.lang.Object value, java.lang.String contextName)
PropertyContext
setRecursive
in interface PropertyContext
propName
- the name of the propertyvalue
- - the value to be setcontextName
- - the name of the parent context to be usedpublic PropertyContext getParent()
PropertyContext
getParent
in interface PropertyContext
public java.lang.String getName()
PropertyContext
getName
in interface PropertyContext
public void setName(java.lang.String contextName)
setName
in interface PropertyContext
public void setParent(PropertyContext pc)
setParent
in interface PropertyContext
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.