|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetRequest | |
---|---|
cern.cmw.rda.client | Provides classes and interfaces which client applications need in order to communicate with accelerator devices. |
Uses of SetRequest in cern.cmw.rda.client |
---|
Methods in cern.cmw.rda.client that return SetRequest | |
---|---|
SetRequest |
DeviceHandle.createSetRequest(String propName,
String cycleSelector,
Data value,
Data context,
ReplyHandler replyHandler)
|
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. |
Methods in cern.cmw.rda.client with parameters of type SetRequest | |
---|---|
void |
ReplyHandler.done(SetRequest request)
Invoked when a set call completes successfully. |
void |
ReplyAdapter.done(SetRequest request)
Invoked when a set call completes successfully. |
void |
RDAService.send(SetRequest[] requests)
Submits for execution a group of requests to set property values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |