cern.cmw.rda.server
Class IOPoint

java.lang.Object
  extended by cern.cmw.rda.server.IOPoint

public class IOPoint
extends Object

Identifies the I/O value to be read, written or monitored in device access methods.

An IOPoint contains the device name, property name, and cycle selector parameters specified by a client in a remote device call.

See Also:
DeviceServerBase

Method Summary
 String getCycleSelector()
          Returns the cycle selector string, or null.
 String getDeviceName()
          Returns the device name.
 String getPropertyName()
          Returns the property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDeviceName

public String getDeviceName()
Returns the device name.


getPropertyName

public String getPropertyName()
Returns the property name.


getCycleSelector

public String getCycleSelector()
Returns the cycle selector string, or null.



Copyright © 2007 CERN. All Rights Reserved.