Add more Samp handlers

Registered by JBerthier

Implement more SAMP handlers in the WebSampConnector.

Blueprint information

Status:
Complete
Approver:
VO-PDC Team
Priority:
Essential
Drafter:
JBerthier
Direction:
Approved
Assignee:
JBerthier
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
milestone icon release-1.5rc1
Started by
JBerthier
Completed by
JBerthier

Related branches

Sprints

Whiteboard

- Need debug of release-1.4 before starting development
- List of Samp features that could be interesting for most clients. The proposed patterns are:

getRegInfo()
          Returns the registration information associated with this connection.
getRegisteredClients()
          Returns the list of client public IDs for those clients currently registered.
getSubscribedClients(String mtype)
          Returns a map of subscriptions for a given MType.
getSubscriptions(String clientId)
          Returns the subscriptions for another registered client.

Ivan:
The most important and anticipated methods for me are WebSampConnector.getRegisteredClients() and WebSampConnector.getSubscribedClients(String mtype) (speaking in terms of JavaScript API).

Jerome:
Done. the two methods have been implemented and are available in release 1.5

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.