Utilities provided for the UCH.
Public Methods
-
UCHConfigUtil(string uchConfigFileUri)
- Basic Constructor
-
bool setNodeValue(string nodeName, string nodeValue)
- Returns nodeName a String Value of IXML_Node.
-
string getNodeValue(string nodeName)
- Returns Node value
-
map<string, string> * getUCHProps()
- Returns the map containing Key Value pair of property map of UCH from uchconfig file.
-
map<string, map<string, string>*> * getTDMProps(list<string>*tdmToSearch)
- Get list or TDM properties from parsing the specified UCH configuration file.
-
map<string, string> * getTaProps(string deviceTypeForwarded, string devicePlatformForwarded)
- Find matched Target Adapter Properties from specified UCH configuration file.
-
list<map<string, string>*> * getUipmProps(string targetNameForwarded)
- Find matched Target Adapter Properties from specified UCH configuration file.
Documentation
Utilities provided for the UCH.
UCHConfigUtil(string uchConfigFileUri)
-
Basic Constructor
bool setNodeValue(string nodeName, string nodeValue)
-
Returns nodeName a String Value of IXML_Node. It will parse the entire uch.config file and returns the value of node mentioned in parameter 'nodename'
- Returns:
- String Value of IXML_Node Value
string getNodeValue(string nodeName)
-
Returns Node value
- Parameters:
- String - Value of node
- Returns:
- String Value of node value
map<string, string> * getUCHProps()
-
Returns the map containing Key Value pair of property map of UCH from uchconfig file.
- Returns:
- Map<String,String>
map<string, map<string, string>*> * getTDMProps(list<string>*tdmToSearch)
-
Get list or TDM properties from parsing the specified UCH configuration file.
- Parameters:
- tdmNames - an Object of Set<String> specifies TDM names
uchConfigFileUri - a String value of UCH Configuration File Path
- Returns:
- an Object of Map<String, Map<String, String>>
map<string, string> * getTaProps(string deviceTypeForwarded, string devicePlatformForwarded)
-
Find matched Target Adapter Properties from specified UCH configuration file.
If the value of deviceType in UCH configuration is '*' then it is considered matched property.
- Parameters:
- deviceType - a String value of Device Type
devicePlatform - a String value of Device Platform
uchConfigFileUri - a String value of UCH Configuration File Path
- Returns:
- an Object of Map<String, String>
list<map<string, string>*> * getUipmProps(string targetNameForwarded)
-
Find matched Target Adapter Properties from specified UCH configuration file.
If the value of deviceType in UCH configuration is '*' then it is considered matched property.
- Parameters:
- targetName - a String value of targetName
uchConfigFileUri - a String value of UCH Configuration File Path
- Returns:
- a List<Map<String, String>> of UIPM Properties
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.1
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.