class UCHConfigUtil

Utilities provided for the UCH.

Public Methods

[more] UCHConfigUtil(string uchConfigFileUri)
Basic Constructor
[more]bool setNodeValue(string nodeName, string nodeValue)
Returns nodeName a String Value of IXML_Node.
[more]string getNodeValue(string nodeName)
Returns Node value
[more]map<string, string> * getUCHProps()
Returns the map containing Key Value pair of property map of UCH from uchconfig file.
[more]map<string, map<string, string>*> * getTDMProps(list<string>*tdmToSearch)
Get list or TDM properties from parsing the specified UCH configuration file.
[more]map<string, string> * getTaProps(string deviceTypeForwarded, string devicePlatformForwarded)
Find matched Target Adapter Properties from specified UCH configuration file.
[more]list<map<string, string>*> * getUipmProps(string targetNameForwarded)
Find matched Target Adapter Properties from specified UCH configuration file.


Documentation

Utilities provided for the UCH.
o UCHConfigUtil(string uchConfigFileUri)
Basic Constructor

obool 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

ostring getNodeValue(string nodeName)
Returns Node value
Parameters:
String - Value of node
Returns:
String Value of node value

omap<string, string> * getUCHProps()
Returns the map containing Key Value pair of property map of UCH from uchconfig file.
Returns:
Map<String,String>

omap<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>>

omap<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>

olist<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++.