|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The invocation context holds context information about certain call and also provides a possibility for applications to store internal not user related parameters.
| Method Summary | |
String |
getParameterValue(String application,
String parameterName)
Return parameter value in cache or on database. |
String |
removeParameterValue(String application,
String parameterName)
Remove parameter value from cache. |
void |
setParameterValue(String application,
String parameterName,
String parameterValue)
Add parameter value to cache. |
| Method Detail |
public String getParameterValue(String application,
String parameterName)
throws GPEngineException,
GPInvocationException
If parameter value is not in cache already it is added.
application - application keyparameterName - name of the configuration parameter
GPEngineException
GPInvocationException
public void setParameterValue(String application,
String parameterName,
String parameterValue)
throws GPEngineException,
GPInvocationException
application - application keyparameterName - name of the configuration parameterparameterValue - value of the configuration parameter
GPEngineException
GPInvocationException
public String removeParameterValue(String application,
String parameterName)
throws GPEngineException,
GPInvocationException
application - application keyparameterName - name of the configuration parameter
GPEngineException
GPInvocationException
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||