Methods in cern.cmw.rda.client that return types with arguments of type IRDAService.SubscriptionResult |
List<IRDAService.SubscriptionResult> |
RDAService.listSubscribe(List<String> parameters,
String cycleSelector,
Data context,
ReplyHandler replyHandler)
Performs an optimized (bulk) call for multiple subscriptions, possibly with context. |
List<IRDAService.SubscriptionResult> |
IRDAService.listSubscribe(List<String> parameters,
String cycleSelector,
Data context,
ReplyHandler replyHandler)
Performs an optimized (bulk) call for multiple subscriptions, possibly with context. |
List<IRDAService.SubscriptionResult> |
RDAService.listSubscribe(List<String> parameters,
String cycleSelector,
ReplyHandler replyHandler)
Performs an optimized (bulk) call for multiple subscriptions. |
List<IRDAService.SubscriptionResult> |
IRDAService.listSubscribe(List<String> parameters,
String cycleSelector,
ReplyHandler replyHandler)
Performs an optimized (bulk) call for multiple subscriptions. |