|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines methods for logging diagnostic messages.
Method Summary | |
java.lang.Object |
getDirect(java.lang.String propName) Retrieve the value of a property |
java.lang.String |
getName() Get the name of this context |
PropertyContext |
getParent() return the parent context |
java.lang.Object |
getRecursive(java.lang.String propName) |
void |
setDirect(java.lang.String propName, java.lang.Object value) Set the value of a property (in this context) |
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. |
Method Detail |
public java.lang.Object getDirect(java.lang.String propName)
propName
- the name of the propertypublic java.lang.Object getRecursive(java.lang.String propName)
public void setDirect(java.lang.String propName, java.lang.Object value)
propName
- the name of the propertypublic void setRecursive(java.lang.String propName, java.lang.Object value, java.lang.String contextName)
propName
- the name of the propertyvalue
- - the value to be setcontextName
- - the name of the parent context to be usedpublic PropertyContext getParent()
public java.lang.String getName()
public void setName(java.lang.String contextName)
public void setParent(PropertyContext pc)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.