@Plugin(name="LSST Monitoring Plugin", id="monitor", description="LSST CCS monitoring data display service.") public class LsstMonitorPlugin extends ConsolePlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_AS_TREE |
static String |
DISPLAY_DOT_SEPARATOR |
| Constructor and Description |
|---|
LsstMonitorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Called by the framework when the console starts, to initialize this plugin..
|
JComponent |
openPanel(AgentChannelsFilter filter,
MonitorView view) |
static void |
saveData(OutputStream out,
String mimeType,
List<Channel> channels) |
void |
shutdown()
Called by the framework when the graphical console is shut down.
|
getConsole, getServices, propertiesChanged, restore, save, setServicesProvider, start, stoppublic static final String DISPLAY_AS_TREE
public static final String DISPLAY_DOT_SEPARATOR
public void initialize()
ConsolePlugininitialize in class ConsolePluginpublic void shutdown()
ConsolePluginshutdown in class ConsolePluginpublic JComponent openPanel(AgentChannelsFilter filter, MonitorView view)
public static void saveData(OutputStream out, String mimeType, List<Channel> channels)
Copyright © 2017 LSST. All rights reserved.