|
msiAdmShowFNM |
( |
msParam_t * |
bufParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This is a microservice that reads the function-name-mapping data structure in the Rule Engine and pretty-prints that structure to the stdout buffer.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2007-08
- Note:
- This microservice has a dummy parameter.
-
This microservice lists the currently loaded microServices and action name mappings from the rule engine memory. The list is written to stdout in ruleExecOut.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | bufParam | - is a msParam (not used for anything, a dummy parameter) |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- rei->MsParamArray->MsParam->ruleExecOut->stdout is modified
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- msiAdmShowIRB, msiAdmShowDVM
Definition at line 258 of file ruleAdminMS.c.
|