
| Interface | Description |
|---|---|
| ClearAlertHandler |
Interface to be implemented by all classes that handle
Alert clearing. |
| Configurable | Deprecated |
| Configurable.Environment | Deprecated
Use ComponentConfigurationEnvironment instead
|
| HardwareController |
codes that implement this interface are supposed to handle hardware
either directly or through subComponents (children).
|
| HasLifecycle |
Interface to be implemented by all ComponentNode objects that wish to be invoked
during one of the following life-cycle phases:
init
start
post-start
shutdown
|
| SignalHandler |
A component that can receive a Signal.
|
| Class | Description |
|---|---|
| ConfigurableComponent | Deprecated
Use Configurable instead.
|
| Module |
Building block for a ModularSubsystem.
|
| 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).
|
| Exception | Description |
|---|---|
| ConfigurationServiceException | Deprecated
use org.lsst.ccs.config.ConfigurationServiceException instead
|
| Annotation Type | Description |
|---|---|
| Guarded |
Methods annotated with @Guarded will be instrumented by aspectJ and checked
for constraints.
|
Copyright © 2016 LSST. All rights reserved.