Uses of Class
gov.aps.jca.Monitor
-
Packages that use Monitor Package Description com.cosylab.epics.caj gov.aps.jca -
-
Uses of Monitor in com.cosylab.epics.caj
Subclasses of Monitor in com.cosylab.epics.caj Modifier and Type Class Description classCAJMonitorImplementation of CAJ JCAMonitor.Methods in com.cosylab.epics.caj that return Monitor Modifier and Type Method Description MonitorCAJChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l) -
Uses of Monitor in gov.aps.jca
Methods in gov.aps.jca that return Monitor Modifier and Type Method Description MonitorChannel. addMonitor(int mask)Add a monitor to this channel using the channel's native DBR type and count.MonitorChannel. addMonitor(int mask, MonitorListener l)Add a monitor to this channel using the channel's native DBR type and count.MonitorChannel. addMonitor(DBRType type, int count, int mask)Add a monitor to this channel.abstract MonitorChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l)Adds a monitor to this Channel.
-