Uses of Class
cern.cmw.rda.client.GetRequest

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

Uses of GetRequest in cern.cmw.rda.client
 

Methods in cern.cmw.rda.client that return GetRequest
 GetRequest DeviceHandle.createGetRequest(String propName, String cycleSelector, 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.
 

Methods in cern.cmw.rda.client with parameters of type GetRequest
 void RDAService.send(GetRequest[] requests)
          Submits for execution a group of requests to read property values.
 



Copyright © 2007 CERN. All Rights Reserved.