@Plugin(name="LSST Monitoring Plugin", id="monitor", description="LSST CCS monitoring data display service.") public class LsstMonitorPlugin extends ConsolePlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstMonitorPlugin.Descriptor |
| 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 |
closePage(MonitorView view)
Closes the console page that displays the specified view.
|
void |
initialize()
Called by the framework when the console starts, to initialize this plugin..
|
void |
openPage(MonitorView view)
Opens a new graphical console page that displays the specified view.
|
boolean |
restore(ComponentDescriptor storageBean,
boolean lastRound)
Called by the framework to restore this plugin configuration.
|
ComponentDescriptor |
save()
Called by the framework when this plugin configuration needs to be saved.
|
static void |
saveData(OutputStream out,
String mimeType,
List<AgentChannel> channels,
List<MonitorField> fields) |
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, 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 void openPage(MonitorView view)
view - View to display.public void closePage(MonitorView view)
view - View to close.public ComponentDescriptor save()
ConsolePluginsave in class ConsolePluginpublic boolean restore(ComponentDescriptor storageBean, boolean lastRound)
ConsolePluginrestore in class ConsolePluginstorageBean - JavaBean that holds configuration information.lastRound - True if this is the last call to this method, regardless of the return value.False if this method should be called again in the next round.public static void saveData(OutputStream out, String mimeType, List<AgentChannel> channels, List<MonitorField> fields)
public static void saveData(OutputStream out, String mimeType, List<Channel> channels)
Copyright © 2018 LSST. All rights reserved.