| Package | Description |
|---|---|
| org.lsst.ccs.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.Stage |
Dispatcher.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.Stage[] |
Dispatcher.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.Task.stageEnded(Dispatcher.Stage stage)
Called whenever a stage has been completed.
|
void |
AbstractDispatcher.Task.stageEnded(Dispatcher.Stage stage)
Do nothing at the end of a stage.
|
Copyright © 2024 LSST. All rights reserved.