Uses of Class
cern.cmw.IOError

Packages that use IOError
cern.cmw.rda.client Provides classes and interfaces which client applications need in order to communicate with accelerator devices. 
cern.cmw.rda.client.group   
cern.cmw.rda.examples   
cern.cmw.rda.server Provides basic facilities for implementing various device servers. 
 

Uses of IOError in cern.cmw.rda.client
 

Methods in cern.cmw.rda.client with parameters of type IOError
protected abstract  void Subscription.handleError(IOError err)
          Invoked if an error occured when updating the value.
 void Subscription.handleException(Request request, IOError exception)
           
 void ReplyHandler.handleException(Request request, IOError exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyAdapter.handleException(Request request, IOError exception)
          Invoked on receipt of a reply containing the specified exception.
 

Methods in cern.cmw.rda.client that throw IOError
 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.
 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.
 

Uses of IOError in cern.cmw.rda.client.group
 

Methods in cern.cmw.rda.client.group with parameters of type IOError
 void GroupUpdateHandler.handleError(String deviceName, IOError err)
          Invoked if an error occured when updating the value.
 void GroupUpdateAdapter.handleError(String deviceName, IOError err)
           
 

Uses of IOError in cern.cmw.rda.examples
 

Methods in cern.cmw.rda.examples that throw IOError
 Data NoiseGenerator.get(IOPoint iop, Data context)
          Returns a value of the specified property in a Data object.
 Data DeviceServer.get(IOPoint iop, Data context)
          Delegates the get call to a NoiseGenerator specified by the iop argument.
 void NoiseGenerator.set(IOPoint iop, Data value, Data context)
          Sets the specified property to the specified value.
 void DeviceServer.set(IOPoint iop, Data value, Data context)
          Delegates the set call to a NoiseGenerator specified by the iop argument.
 

Uses of IOError in cern.cmw.rda.server
 

Methods in cern.cmw.rda.server with parameters of type IOError
 void ValueChangeListener.ioFailed(IOError error)
          Gets called when an attempt to update the associated value fails due to an I/O error.
 

Methods in cern.cmw.rda.server that throw IOError
 Data DeviceServerBase.get(IOPoint iop, Data context)
          Returns the value at the specified I/O point.
 void DeviceServerBase.monitorOn(IOPoint iop, ValueChangeListener listener)
          Starts a subscription to value at the specified I/O point.
 void DeviceServerBase.set(IOPoint iop, Data value, Data context)
          Changes the value at the specified I/O point.
 



Copyright © 2007 CERN. All Rights Reserved.