|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeOut | |
---|---|
cern.cmw.rda.client | Provides classes and interfaces which client applications need in order to communicate with accelerator devices. |
Uses of TimeOut in cern.cmw.rda.client |
---|
Methods in cern.cmw.rda.client with parameters of type TimeOut | |
---|---|
void |
ReplyHandler.handleException(Request request,
TimeOut exception)
Invoked if no reply to the request has been received within a certain time limit. |
void |
ReplyAdapter.handleException(Request request,
TimeOut exception)
Invoked if no reply to the request has been received within a certain time limit. |
Methods in cern.cmw.rda.client that throw TimeOut | |
---|---|
Data |
IDeviceHandle.get(String propName)
|
Data |
DeviceHandle.get(String propName)
Reads from the device and returns the specified property value. |
Data |
IDeviceHandle.get(String propName,
String cycleSelector)
|
Data |
DeviceHandle.get(String propName,
String cycleSelector)
Reads from the device and returns the specified property value. |
Data |
IDeviceHandle.get(String propName,
String cycleSelector,
Data context)
|
Data |
DeviceHandle.get(String propName,
String cycleSelector,
Data context)
Reads from the device and returns the specified property value. |
String |
IDeviceHandle.getClassName()
|
String |
DeviceHandle.getClassName()
Returns the device class name. |
void |
IDeviceHandle.monitorOff(SubscriptionRequest subscription)
|
void |
DeviceHandle.monitorOff(SubscriptionRequest subscription)
Cancels a data subscription initiated by the specified request. |
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. |
void |
IDeviceHandle.set(String propName,
Data value)
|
void |
DeviceHandle.set(String propName,
Data value)
Changes the value of the specified property. |
void |
IDeviceHandle.set(String propName,
String cycleSelector,
Data value)
|
void |
DeviceHandle.set(String propName,
String cycleSelector,
Data value)
Changes the value of the specified property. |
void |
IDeviceHandle.set(String propName,
String cycleSelector,
Data value,
Data context)
|
void |
DeviceHandle.set(String propName,
String cycleSelector,
Data value,
Data context)
Changes the value of the specified property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |