| Package | Description |
|---|---|
| org.lsst.ccs.framework |
| Modifier and Type | Method and Description |
|---|---|
TreeWalkerDiag |
HardwareController.checkHardware()
this method will be invoked by the subsystem as part of the startup
or of a clean check after an incident.
|
abstract TreeWalkerDiag |
NodeCommand.evalOn(Configurable configurable)
Deprecated.
|
TreeWalkerDiag |
NodeTreeWalker.invokeOn(Configurable configurable)
Deprecated.
|
TreeWalkerDiag |
Module.signal(Signal sig)
this method is intended for overriding:
the module receives an out of band signal.
|
TreeWalkerDiag |
SignalHandler.signal(Signal sig) |
default TreeWalkerDiag |
Configurable.treeWalk(java.util.function.Function<Configurable,TreeWalkerDiag> func,
java.util.function.Consumer<Configurable> post)
walks the components tree applying rules of TreeWalkerDiag (the walk
can be interrupted by HANDLING_CHILDREN (the code is not invoked on children)
or STOP (the code abruptly ends)
|
static TreeWalkerDiag |
TreeWalkerDiag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeWalkerDiag[] |
TreeWalkerDiag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default TreeWalkerDiag |
Configurable.treeWalk(java.util.function.Function<Configurable,TreeWalkerDiag> func,
java.util.function.Consumer<Configurable> post)
walks the components tree applying rules of TreeWalkerDiag (the walk
can be interrupted by HANDLING_CHILDREN (the code is not invoked on children)
or STOP (the code abruptly ends)
|
Copyright © 2015 LSST. All rights reserved.