public class MpmAction extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MpmAction.Action |
| Constructor and Description |
|---|
MpmAction(MpmAction.Action action)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addData(org.lsst.ccs.bus.data.Alert alert,
MpmAction.Action action)
Adds data to an alert
|
static String |
getClientName()
Gets the name of the client property.
|
static MpmAction.Action |
getData(org.lsst.ccs.bus.data.Alert alert)
Gets data from an alert.
|
static String |
getManagerName()
Gets the name of the manager property.
|
static String |
getName()
Gets the simple name of this class.
|
public MpmAction(MpmAction.Action action)
action - The action to performpublic static String getName()
public static String getClientName()
public static String getManagerName()
public static void addData(org.lsst.ccs.bus.data.Alert alert,
MpmAction.Action action)
alert - The alertaction - The action to performpublic static MpmAction.Action getData(org.lsst.ccs.bus.data.Alert alert)
alert - The alertCopyright © 2022 LSST. All rights reserved.