|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoConnection | |
---|---|
cern.cmw.adm | |
cern.cmw.rda.client | Provides classes and interfaces which client applications need in order to communicate with accelerator devices. |
Uses of NoConnection in cern.cmw.adm |
---|
Methods in cern.cmw.adm that throw NoConnection | |
---|---|
String |
ServerAdmin.getLogType()
Returns the identifier of the logging mechanism used by message loggers in the server. |
Constructors in cern.cmw.adm that throw NoConnection | |
---|---|
ServerAdmin(String name)
Constructs a ServerAdmin object for the specified server. |
Uses of NoConnection in cern.cmw.rda.client |
---|
Methods in cern.cmw.rda.client with parameters of type NoConnection | |
---|---|
void |
ReplyHandler.handleException(Request request,
NoConnection exception)
Invoked if the connection to the device server has been lost while waiting for the reply. |
void |
ReplyAdapter.handleException(Request request,
NoConnection exception)
Invoked if the connection to the device server has been lost while waiting for the reply. |
Methods in cern.cmw.rda.client that throw NoConnection | |
---|---|
Data |
IDeviceHandle.get(String propName)
|
Data |
DeviceHandle.get(String propName)
Reads from the device and returns the specified property value. |
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. |
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. |
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. |
String |
IDeviceHandle.getClassName()
|
String |
DeviceHandle.getClassName()
Returns the device class name. |
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. |
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. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |