| Package | Description |
|---|---|
| com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
| com.tailf.ncs.alarmman.producer |
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmSinkCentral |
NcsMain.getSinkCentral()
Get the Ncs AlarmSinkCentral instance
|
| Modifier and Type | Method and Description |
|---|---|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Cdb cdb)
Deprecated.
|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Cdb cdb,
int alarmBufSize,
long alarmBufTimeout)
Deprecated.
|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Maapi maapi)
Creates and returns the singleton instance of the
AlarmSinkCentral |
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Maapi maapi,
int alarmBufSize,
long alarmBufTimeout)
Creates and returns the buffered NCS alarm queue.
|