All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface VPMIWflApplicationHandler
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface VPMIWflApplicationHandler
This interface allows to handle WFL applications and access the parameters which are passed in/out.
Method Index
- o
GetParameter(CATUnicodeString&,CATUnicodeString&,CATBaseUnknown*&)
- Retrieve a parameter value from the htable.
- o
GetParameter(CATUnicodeString&,CATUnicodeString&,CATUnicodeString*&)
- Retrieve a parameter value from the htable.
- o
PutParameter(CATUnicodeString&,CATUnicodeString&,CATBaseUnknown*)
- Put a parameter value in the htable.
- o
PutParameter(CATUnicodeString&,CATUnicodeString&,CATUnicodeString*)
- Put a parameter value in the htable.
- o
RemoveParameter(CATUnicodeString&,CATUnicodeString&)
- Remove a parameter of whatever type (object or primitive type) from the htable.
Methods
o GetParameter
| public virtual GetParameter( | const | iProcessName, |
| const | iParamName, |
| | oObj) |
-
Retrieve a parameter value from the htable. The value must be an object.
Legal values:
S_OK If the operation succeeds
E_FAIL The operation fails
- Parameters:
-
- iProcessName
-
- iParamName
-
- oObj
- The object retrieved from the htable if any.
o GetParameter
| public virtual GetParameter( | const | iProcessName, |
| const | iParamName, |
| | oValue) |
-
Retrieve a parameter value from the htable. The value must be of a primitive type (string).
Legal values:
S_OK If the operation succeeds
E_FAIL The operation fails
- Parameters:
-
- iProcessName
-
- iParamName
-
- oValue
- The value retrieved from the htable if any.
o PutParameter
| public virtual PutParameter( | const | iProcessName, |
| const | iParamName, |
| | iObj) |
-
Put a parameter value in the htable. The value must be an object.
Legal values:
S_OK If the operation succeeds
E_FAIL The operation fails
- Parameters:
-
- iProcessName
-
- iParamName
-
- iObj
- The object to be pushed in the htable.
o PutParameter
| public virtual PutParameter( | const | iProcessName, |
| const | iParamName, |
| | iValue) |
-
Put a parameter value in the htable. The value must be of a primitive type (string).
Legal values:
S_OK If the operation succeeds
E_FAIL The operation fails
- Parameters:
-
- iProcessName
-
- iParamName
-
- iValue
- The primitive value to be pushed in the htable.
o RemoveParameter
| public virtual RemoveParameter( | const | iProcessName, |
| const | iParamName) |
-
Remove a parameter of whatever type (object or primitive type) from the htable.
Legal values:
S_OK If the operation succeeds
E_FAIL The operation fails
- Parameters:
-
- iProcessName
-
- iParamName
This object is included in the file: VPMIWflApplicationHandler.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces