|
msiAdmReadMSrvcsFromFileIntoStruct |
( |
msParam_t * |
inMsrvcFileNameParam, |
|
|
msParam_t * |
outCoreMsrvcStruct, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Reads a microservice configuration file into a microservice structure
- Module:
- core
- Since:
- after 2.5
- Author:
- Arcot Rajasekar
- Date:
- 2011
- Note:
- This microservice requires iRODS administration privileges.
-
Reads the given file in the configuration directory 'server/config/reConfigs' or any file in the server local file system and puts them into a microservice structure.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inMsrvcFileNameParam | - a msParam of type STR_MS_T |
[in] | outCoreMsrvcStruct | - a msParam of type RuleStruct_MS_T |
[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:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- msiAdmInsertMSrvcsFromStructIntoDB, msiGetMSrvcsFromDBIntoStruct, msiAdmWriteMSrvcsFromStructIntoFile
Definition at line 1438 of file ruleAdminMS.c.
|