This class is responsible to update the UCH will latest available URC-HTTP clients
Public Fields
-
UrcHttpUIPM* urcHttp
- UrcHttpUIPM Object
Public Methods
-
SearchUIPMClientsThread(UrcHttpUIPM*urcHttp)
- Basic Constructor
-
void sleepThread(int timeInterval)
- Delay between searching of URC-HTTP clients.
-
void addUIPMClients(string targetId, string targetName, string socketName, list<map<string, list<string>*>*>* uipmClientsList, list<map<string, IProfile*>*>* contexts)
- Add all available clients to UCH
-
UrcHttpUIPM* getUrcHttpObject()
- Returns UrcHttpUIPM Object
-
map<string, list<string>*> * prepareUIPMClientResourcePropMap(string targetId, string socketName)
- Prepare the resource server query in form of map for the requested targetId and socketName
Documentation
This class is responsible to update the UCH will latest available URC-HTTP clients
SearchUIPMClientsThread(UrcHttpUIPM*urcHttp)
-
Basic Constructor
- Parameters:
- urcHttpUIPM - a UrcHttpUIPM Object
UrcHttpUIPM* urcHttp
-
UrcHttpUIPM Object
void sleepThread(int timeInterval)
-
Delay between searching of URC-HTTP clients.
- Parameters:
- timeInterval - a integer value of delay
void addUIPMClients(string targetId, string targetName, string socketName, list<map<string, list<string>*>*>* uipmClientsList, list<map<string, IProfile*>*>* contexts)
-
Add all available clients to UCH
- Parameters:
- targetId - a String value of target ID
targetName - a String value of target name
socketName - a String value of socket name
uipmClientsList - a list<map<string, list<string>*>*> containing list of all client for this targetId, targetName and socketName
UrcHttpUIPM* getUrcHttpObject()
-
Returns UrcHttpUIPM Object
- Returns:
- UrcHttpUIPM Object
map<string, list<string>*> * prepareUIPMClientResourcePropMap(string targetId, string socketName)
-
Prepare the resource server query in form of map for the requested targetId and socketName
- Parameters:
- targetId - a String value of target ID
socketName - a String value of socket name
- Returns:
- map<string, list<string>*> as a request map
- 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++.