@Plugin(name="LSST Alert Notification Plugin", description="LSST CCS alert notification service.") public class LsstAlertPlugin extends ConsolePlugin
| Constructor and Description |
|---|
LsstAlertPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAlerts(Map<String,String[]> alarms) |
void |
initialize()
Called by the framework when the plugin is loaded.
|
void |
onNewAlertTracer() |
void |
onNewAlertViewer() |
void |
shutdown()
Called by the framework when the graphical console is shut down.
|
void |
start()
Called by the framework when the console starts, after all plugins have been
loaded and initialized.
|
void |
stopAlertViewer() |
getConsole, getServices, propertiesChanged, setServicesProvider, stoppublic void initialize()
ConsolePlugininitialize in class ConsolePluginpublic void start()
ConsolePluginstart in class ConsolePluginpublic void shutdown()
ConsolePluginshutdown in class ConsolePluginpublic void onNewAlertViewer()
public void stopAlertViewer()
public void onNewAlertTracer()
Copyright © 2016 LSST. All rights reserved.