Uses of Class
cern.cmw.rda.server.IOPoint

Packages that use IOPoint
cern.cmw.rda.examples   
cern.cmw.rda.server Provides basic facilities for implementing various device servers. 
 

Uses of IOPoint in cern.cmw.rda.examples
 

Methods in cern.cmw.rda.examples with parameters of type IOPoint
 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.monitorOff(IOPoint iop, ValueChangeListener listener)
          Detaches the specified listener from the specified property.
 void DeviceServer.monitorOff(IOPoint iop, ValueChangeListener listener)
          Delegates the monitorOff call to a NoiseGenerator specified by the iop argument.
 void NoiseGenerator.monitorOn(IOPoint iop, ValueChangeListener listener)
          Attaches the specified listener to the specified property.
 void DeviceServer.monitorOn(IOPoint iop, ValueChangeListener listener)
          Delegates the monitorOn 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 IOPoint in cern.cmw.rda.server
 

Methods in cern.cmw.rda.server with parameters of type IOPoint
 Data DeviceServerBase.get(IOPoint iop, Data context)
          Returns the value at the specified I/O point.
 void DeviceServerBase.monitorOff(IOPoint iop, ValueChangeListener listener)
          Cancels the subscription identified by the I/O point and listener.
 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.