class CompatibleUI

Stores relative information for getting Compatible UIs.

Public Methods

[more] CompatibleUI(string targetId, list<string>* socketNames, string protocolShortName, list<string>* uris, map<string, list<string>*>* protocolInfo)
Stores information of all parameters mentioned in arguments.
[more]string getUiId()
Get ID for User Interface.
[more]string getName()
Get Name for the User Interface.
[more]list<Protocol*> * getProtocols()
Get the list of protocols.
[more]void addProtocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
Adds value of protocol in a particular UI.
[more]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.

o 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

ostring getUiId()
Get ID for User Interface.

Returns:
a String value for User Interface ID.

ostring getName()
Get Name for the User Interface.

Returns:
a String value of User Interface Name.

olist<Protocol*> * getProtocols()
Get the list of protocols.

Returns:
a List<Protocol>

ovoid 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

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