
public class MpmActionManager extends Object implements org.lsst.ccs.framework.HasLifecycle, org.lsst.ccs.services.alert.AlertListener, org.lsst.ccs.messaging.AgentPresenceListener
| Constructor and Description |
|---|
MpmActionManager()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Build phase.
|
void |
connecting(org.lsst.ccs.bus.data.AgentInfo... agents)
Agent connection handler.
|
void |
disconnected(org.lsst.ccs.bus.data.AgentInfo... agents)
Agent disconnection handler.
|
void |
init()
Init phase.
|
void |
onAlert(org.lsst.ccs.services.alert.AlertEvent event)
Raised alert handler.
|
void |
shutdown()
Shutdown phase.
|
void |
start()
Start phase.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void build()
build in interface org.lsst.ccs.framework.HasLifecyclepublic void init()
init in interface org.lsst.ccs.framework.HasLifecyclepublic void start()
start in interface org.lsst.ccs.framework.HasLifecyclepublic void shutdown()
shutdown in interface org.lsst.ccs.framework.HasLifecyclepublic void connecting(org.lsst.ccs.bus.data.AgentInfo... agents)
connecting in interface org.lsst.ccs.messaging.AgentPresenceListeneragents - Connecting agentspublic void disconnected(org.lsst.ccs.bus.data.AgentInfo... agents)
disconnected in interface org.lsst.ccs.messaging.AgentPresenceListeneragents - Disconnected agentspublic void onAlert(org.lsst.ccs.services.alert.AlertEvent event)
onAlert in interface org.lsst.ccs.services.alert.AlertListenerevent - The alert eventCopyright © 2022 LSST. All rights reserved.