Stores the information for the Protocol to be displayed as Compatible UIs
Public Methods
-
Protocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
- Stores value of arguments in a Protocol class.
-
string getSocketName()
- Returns the socket name
-
list<string> * getSocketNames()
- Get list of Socket Names.
-
map<string, list<string>*> * getProtocolInfo()
- Get information regarding protocol.
-
list<string> * getUris()
- Get list of URIs.
-
string getProtocolShortName()
- Get Short Name for the protocol.
Documentation
Stores the information for the Protocol to be displayed as Compatible UIs
Protocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
-
Stores value of arguments in a Protocol class.
- Parameters:
- uris - List<String> of uri
socketNames - List<String> of socket Name
protocolInfo - a Map<String, String> of protocol Information
String - Value of Protocol Short Name
string getSocketName()
-
Returns the socket name
- Parameters:
- String - Value of socket's name
list<string> * getSocketNames()
-
Get list of Socket Names.
- Returns:
- a List<String> for socket name.
map<string, list<string>*> * getProtocolInfo()
-
Get information regarding protocol.
- Returns:
- a Map<String, String>. Map contains String Value of targetId, targetName, socketDescriptionAt, targetDescriptionAt.
list<string> * getUris()
-
Get list of URIs.
- Returns:
- a List<String> for uri.
string getProtocolShortName()
-
Get Short Name for the protocol.
- Returns:
- a String value of Protocol Short Name.
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.