class Protocol

Stores the information for the Protocol to be displayed as Compatible UIs

Public Methods

[more] Protocol(list<string>* uris, list<string>* socketNames, map<string, list<string>*>* protocolInfo, string protocolShortName)
Stores value of arguments in a Protocol class.
[more]string getSocketName()
Returns the socket name
[more]list<string> * getSocketNames()
Get list of Socket Names.
[more]map<string, list<string>*> * getProtocolInfo()
Get information regarding protocol.
[more]list<string> * getUris()
Get list of URIs.
[more]string getProtocolShortName()
Get Short Name for the protocol.


Documentation

Stores the information for the Protocol to be displayed as Compatible UIs

o 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

ostring getSocketName()
Returns the socket name
Parameters:
String - Value of socket's name

olist<string> * getSocketNames()
Get list of Socket Names.

Returns:
a List<String> for socket name.

omap<string, list<string>*> * getProtocolInfo()
Get information regarding protocol.

Returns:
a Map<String, String>. Map contains String Value of targetId, targetName, socketDescriptionAt, targetDescriptionAt.

olist<string> * getUris()
Get list of URIs.

Returns:
a List<String> for uri.

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