|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExecutionContext
| Method Summary | |
|---|---|
Map |
getAllProperties()Method to get all the properties as a ky value pair. |
Object |
getProperty(String propName)Method to get the property value for a property name in argument. |
Set |
getPropertyNames()Method to get an Iterator over the list of properties available. |
void |
setProperty(String propName, Object obj)Method to test if a certain property is available in the list of properties. |
| Method Detail |
|---|
Object getProperty(String propName)
propName - Property name for which the value needs to be retrieved.Set getPropertyNames()
void setProperty(String propName,
Object obj)
propName - Property name to test for.Map getAllProperties()
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||