public abstract class Monitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALARM |
static int |
LOG |
static int |
PROPERTY |
static int |
VALUE |
| Constructor and Description |
|---|
Monitor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addMonitorListener(MonitorListener l) |
abstract void |
clear() |
abstract Channel |
getChannel() |
abstract Context |
getContext() |
abstract int |
getCount() |
abstract int |
getMask() |
abstract MonitorListener |
getMonitorListener() |
abstract MonitorListener[] |
getMonitorListeners() |
abstract DBRType |
getType() |
boolean |
isMonitoringAlarm() |
boolean |
isMonitoringLog() |
boolean |
isMonitoringProperty() |
boolean |
isMonitoringValue() |
abstract void |
removeMonitorListener(MonitorListener l) |
public static final int VALUE
public static final int LOG
public static final int ALARM
public static final int PROPERTY
public abstract Context getContext()
public abstract Channel getChannel()
public abstract DBRType getType()
public abstract int getCount()
public abstract int getMask()
public boolean isMonitoringValue()
public boolean isMonitoringLog()
public boolean isMonitoringAlarm()
public boolean isMonitoringProperty()
public abstract MonitorListener getMonitorListener()
public abstract void clear()
throws CAException
CAExceptionpublic abstract void addMonitorListener(MonitorListener l)
public abstract void removeMonitorListener(MonitorListener l)
public abstract MonitorListener[] getMonitorListeners()
Copyright © 2004-2020 EPICS. All Rights Reserved.