public class Alarm
extends org.lsst.ccs.framework.ConfigurableComponent
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_LIMBO
Constants.
|
static int |
EVENT_RESET
Constants.
|
static int |
EVENT_TRIP
Constants.
|
| Constructor and Description |
|---|
Alarm(String lineName,
int eventParm)
Deprecated.
|
Alarm(String description,
String lineName,
int eventParm)
Constructor.
|
getChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalias, change, getCheckedValueFromConfiguration, getComponentByName, getFullPath, getName, getParent, getParentObject, getSubsystem, init, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, proceduralWalk, shutdownNow, start, treeWalkpublic static final int EVENT_TRIP
public static final int EVENT_LIMBO
public static final int EVENT_RESET
public Alarm(String description, String lineName, int eventParm)
description - The alarm descriptionlineName - The name of the associated line, or nulleventParm - The parameter to be passed to the alarm handler,
or -1 if no handler@Deprecated public Alarm(String lineName, int eventParm)
lineName - The name of the associated line, or nulleventParm - The parameter to be passed to the alarm handler,
or -1 if no handlerCopyright © 2015 LSST. All rights reserved.