Stores relative information for getting Compatible UIs.
Public Methods
-
CompatibleUI(string targetId, list<string>* socketNames, string protocolShortName, list<string>* uris, map<string, list<string>*>* protocolInfo)
- Stores information of all parameters mentioned in arguments.
-
string getUiId()
- Get ID for User Interface.
-
string getName()
- Get Name for the User Interface.
-
list<Protocol*> * getProtocols()
- Get the list of protocols.
-
void addProtocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
- Adds value of protocol in a particular UI.
-
void removeUris(list<string>* uris)
- Remove the uri of Protocol matched with the uriList specified by 'uris'
Documentation
Stores relative information for getting Compatible UIs.
CompatibleUI(string targetId, list<string>* socketNames, string protocolShortName, list<string>* uris, map<string, list<string>*>* protocolInfo)
-
Stores information of all parameters mentioned in arguments.
- Parameters:
- targetId - a String value of targetId
socketNames - a List<String> of socketName
protocolShortName - a String value of protocolShortName
uris - a List<String> of URI's
protocolInfo - a Map<String, String> of protocol Information
string getUiId()
-
Get ID for User Interface.
- Returns:
- a String value for User Interface ID.
string getName()
-
Get Name for the User Interface.
- Returns:
- a String value of User Interface Name.
list<Protocol*> * getProtocols()
-
Get the list of protocols.
- Returns:
- a List<Protocol>
void addProtocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
-
Adds value of protocol in a particular UI.
- Parameters:
- uris - List<String> of URI's
socketNames - List<String> of socket Name
protocolInfo - a Map<String, String> of Protocol Information
String - Value of protocol short name
void removeUris(list<string>* uris)
-
Remove the uri of Protocol matched with the uriList specified by 'uris'
- Parameters:
- uris - a List<String> of URI String
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.7
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.