|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.rda.server.IOPoint
public class IOPoint
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
.
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 |
---|
public String getDeviceName()
public String getPropertyName()
public String getCycleSelector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |