Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,DataPointListener> |
RuntimeManager.dataPointListeners
The list of point listeners, kept here such that listeners can be
notified of point initializations (i.e. a listener can register itself
before the point is enabled).
|
Modifier and Type | Method and Description |
---|---|
DataPointListener |
RuntimeManager.getDataPointListeners(int dataPointId) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.addDataPointListener(int dataPointId,
DataPointListener l) |
void |
RuntimeManager.removeDataPointListener(int dataPointId,
DataPointListener l) |
Modifier and Type | Class and Description |
---|---|
class |
DataPointEventMulticaster |
Modifier and Type | Field and Description |
---|---|
protected DataPointListener |
DataPointEventMulticaster.a |
protected DataPointListener |
DataPointEventMulticaster.b |
private DataPointListener |
DataPointRT.EventNotifyWorkItem.listener |
Modifier and Type | Method and Description |
---|---|
static DataPointListener |
DataPointEventMulticaster.add(DataPointListener a,
DataPointListener b) |
static DataPointListener[] |
DataPointEventMulticaster.getListeners(DataPointListener l) |
protected DataPointListener |
DataPointEventMulticaster.remove(DataPointListener oldl) |
static DataPointListener |
DataPointEventMulticaster.remove(DataPointListener l,
DataPointListener oldl) |
Modifier and Type | Method and Description |
---|---|
static DataPointListener |
DataPointEventMulticaster.add(DataPointListener a,
DataPointListener b) |
private static int |
DataPointEventMulticaster.getListenerCount(DataPointListener l) |
static DataPointListener[] |
DataPointEventMulticaster.getListeners(DataPointListener l) |
private static int |
DataPointEventMulticaster.populateListenerArray(DataPointListener[] a,
DataPointListener l,
int index) |
private static int |
DataPointEventMulticaster.populateListenerArray(DataPointListener[] a,
DataPointListener l,
int index) |
protected DataPointListener |
DataPointEventMulticaster.remove(DataPointListener oldl) |
static DataPointListener |
DataPointEventMulticaster.remove(DataPointListener l,
DataPointListener oldl) |
Constructor and Description |
---|
DataPointEventMulticaster(DataPointListener a,
DataPointListener b) |
EventNotifyWorkItem(DataPointListener listener,
PointValueTime oldValue,
PointValueTime newValue,
boolean set,
boolean backdate) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricalMetaPointLocatorRT |
class |
MetaPointLocatorRT |
Modifier and Type | Class and Description |
---|---|
class |
AlphanumericStateDetectorRT |
class |
AnalogHighLimitDetectorRT
The AnalogHighLimitDetector is used to detect occurrences of point values exceeding the given high limit for a given
duration.
|
class |
AnalogLowLimitDetectorRT
The AnalogLowLimitDetector is used to detect occurances of point values below the given low limit for a given
duration.
|
class |
BinaryStateDetectorRT |
class |
DifferenceDetectorRT |
class |
MultistateStateDetectorRT |
class |
NegativeCusumDetectorRT
The NegativeCusumDetectorRT is used to detect occurances of point values below the given CUSUM limit for a given
duration.
|
class |
NoChangeDetectorRT |
class |
NoUpdateDetectorRT |
class |
PointChangeDetectorRT |
class |
PointEventDetectorRT |
class |
PositiveCusumDetectorRT
The PositiveCusumDetector is used to detect occurances of point values exceeding the given CUSUM limit for a given
duration.
|
class |
StateChangeCountDetectorRT |
class |
StateDetectorRT |
class |
TimeDelayedEventDetectorRT
This is a base class for all subclasses that need to schedule timeouts for them to become active.
|
class |
TimeoutDetectorRT
This class is a base class for detectors that need to schedule timeouts for their operation.
|
Modifier and Type | Class and Description |
---|---|
class |
PointLinkRT |
Modifier and Type | Class and Description |
---|---|
class |
PublishedPointRT<T extends PublishedPointVO> |