|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jca.Monitor
| Field Summary | |
protected gov.aps.epics.jca.Monitor |
_monitor
|
static int |
ALARM
The monitor is triggered when the PV alarm state change. |
static int |
LOG
The monitor is triggered when the PV log value change. |
static int |
VALUE
The monitor is triggered when the PV value change. |
| Constructor Summary | |
protected |
Monitor(gov.aps.epics.jca.Monitor m)
|
| Method Summary | |
void |
clear()
Clear the monitor. |
int |
id()
Return the monitor ID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int VALUE
public static final int LOG
public static final int ALARM
protected gov.aps.epics.jca.Monitor _monitor
| Constructor Detail |
protected Monitor(gov.aps.epics.jca.Monitor m)
| Method Detail |
public void clear()
throws BadMonitorException
BadMonitorException - thrown if the monitor has already been cleared.public int id()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||