public static class ParallelAlarmSender.AlarmToSend
extends java.lang.Object
ParallelAlarmSender.AlarmToSend objects are put in a queue to be retrieved
and published asynchronously by the thread.
| Modifier and Type | Field and Description |
|---|---|
SenderPanelUtils.AlarmDescriptorType |
descriptor
The alarm descriptor
|
SenderPanelUtils.Triplet |
triplet
The triplet
|
java.util.Properties |
userProperties
The user properties
|
| Constructor and Description |
|---|
AlarmToSend(SenderPanelUtils.Triplet triplet,
java.util.Properties userProperties,
SenderPanelUtils.AlarmDescriptorType descriptor)
Constructor
|
public final SenderPanelUtils.Triplet triplet
public final java.util.Properties userProperties
public final SenderPanelUtils.AlarmDescriptorType descriptor
public AlarmToSend(SenderPanelUtils.Triplet triplet, java.util.Properties userProperties, SenderPanelUtils.AlarmDescriptorType descriptor)
triplet - The tripletuserProperties - The user propertiesdescriptor - The descriptor