|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleContext
ModuleContext carries the context information which might be
used by an XI AF module to access the current channel ID, module configuration data
ot its namespaced. ModuleContext is created by the XI AF MP (producer)
and read by the module (consumer) usually.
| Method Summary | |
|---|---|
String |
getChannelID()
Returns the ID of the currently processed channel |
String |
getContextData(String name)
Returns a value of a module configuration parameter |
String |
getContextData(String name,
boolean fallback)
Returns a value of a module configuration parameter and if fallback is true and the parameter cannot be found in the module configuration it is tried to read it from the channel configuration data. |
Enumeration |
getContextDataKeys()
Get all configuration parameter keys (names) of this channel |
Hashtable |
resolveNamespace(String nameSpace)
Get all configuration parameter keys (names) of this module in this channel |
| Method Detail |
|---|
String getChannelID()
String getContextData(String name)
name - of the module configuration parameter to read
String getContextData(String name,
boolean fallback)
name - Name of the module configuration parameter to readfallback - True, if value should be read from channel configuration if not found in the module configuration
Enumeration getContextDataKeys()
Hashtable resolveNamespace(String nameSpace)
nameSpace - Is the module key in the XI ID / PCK GUI that assigns the module configuration data
to the module.
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||