
| Interface | Description |
|---|---|
| AlertHandler |
Marker interface for Alert handlers
|
| ClearAlertHandler |
Interface to be implemented by all classes that handle
Alert clearing. |
| HardwareController | Deprecated |
| HasLifecycle |
Interface to implement for components that require to perform tasks at
specific times of the enclosing Subsystem life cycle.
|
| SignalHandler |
A component that can receive a Signal.
|
| Class | Description |
|---|---|
| AgentPeriodicTask |
An Agent managed PeriodicTask is a centrally managed periodic task that
will execute a Runnable.
|
| DictionaryWriter |
Creates a subsystem and dumps dictionary information.
|
| PackCst |
constants for the package
|
| Signal |
Conveys a signal to an SignalHandler component.
|
| TreeWalkerUtils |
A Utility class for navigating the Components Tree Structure.
|
| Enum | Description |
|---|---|
| ClearAlertHandler.ClearAlertCode |
Enumeration of codes returned when the canClearAlert method is invoked.
|
| SignalLevel |
A list of signals that can be sent to "SignalHandler" components.
|
| TreeWalkerDiag |
Some methods are executed during "treewalking" (that is from parent to children nodes).
|
| Annotation Type | Description |
|---|---|
| Guarded |
Methods annotated with @Guarded will be instrumented by aspectJ and checked
for constraints.
|
Copyright © 2021 LSST. All rights reserved.