Uses of Interface
cern.cmw.rda.client.ReplyHandler

Packages that use ReplyHandler
cern.cmw.rda.client Provides classes and interfaces which client applications need in order to communicate with accelerator devices. 
cern.cmw.rda.examples   
 

Uses of ReplyHandler in cern.cmw.rda.client
 

Classes in cern.cmw.rda.client that implement ReplyHandler
 class ReplyAdapter
          An abstract class for receiving replies to asynchronous calls or subscription reports.
 class Subscription
          Represents a subscription on a device property value.
 

Methods in cern.cmw.rda.client with parameters of type ReplyHandler
 GetRequest DeviceHandle.createGetRequest(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.createSetRequest(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
           
 GetRequest IDeviceHandle.get(String propName, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, ReplyHandler replyHandler)
          Creaters and sends to the device a request to read the speciified property value.
 GetRequest IDeviceHandle.get(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
          Creates and sends to the device a request to read the specified property value.
 GetRequest IDeviceHandle.get(String propName, String cycleSelector, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, String cycleSelector, ReplyHandler replyHandler)
          Creates and sends to the device a request to read the speciified property value.
 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.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, boolean onChange, ReplyHandler replyHandler)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, boolean onChange, ReplyHandler replyHandler)
          Starts a subscription on the specified property value.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler)
          Starts a subscription on the specified property value.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler, Data context)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler, Data context)
          Starts a subscription on the specified property value.
 SetRequest IDeviceHandle.set(String propName, Data value, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, Data value, ReplyHandler replyHandler)
          Creates and sends to the device a request to change the value of the specified property.
 SetRequest IDeviceHandle.set(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
          Creates an sends to the device a request to change the value of the specified property.
 SetRequest IDeviceHandle.set(String propName, String cycleSelector, Data value, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, String cycleSelector, Data value, ReplyHandler replyHandler)
          Creates and sends to the device a request to change the value of the specified property.
 

Uses of ReplyHandler in cern.cmw.rda.examples
 

Classes in cern.cmw.rda.examples that implement ReplyHandler
 class SimpleReplyHandler
           
 



Copyright © 2007 CERN. All Rights Reserved.