Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


oracle.wsm.common.sdk
Interface IContext

All Superinterfaces:
Serializable
All Known Subinterfaces:
IMessageContext

public interface IContext
extends Serializable

General Context used while executing a Policy


Method Summary
 Map<String,Object> getAllProperties()
          Get properties that is used by the execution engine during policy execution
 Object getProperty(String name)
          Get the value of the property identified by name
 void setAllProperties(Map<String,Object> properties)
          Set properties that can be used by the execution engine during policy execution
 void setProperty(String name, Object value)
          Set the value of the property identified by name

 

Method Detail

setAllProperties

void setAllProperties(Map<String,Object> properties)
Set properties that can be used by the execution engine during policy execution
Parameters:
properties -

getAllProperties

Map<String,Object> getAllProperties()
Get properties that is used by the execution engine during policy execution
Parameters:
properties -

setProperty

void setProperty(String name,
                 Object value)
Set the value of the property identified by name
Parameters:
name -
value -

getProperty

Object getProperty(String name)
Get the value of the property identified by name
Parameters:
name -
value -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


Copyright © 2007, 2009. Oracle. All rights reserved.