| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
Plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorView.addChannel(String path,
Channel channel) |
void |
DataTree.addChannel(String path,
Channel channel) |
void |
MonitorView.update(String path,
Channel channel) |
void |
DataTree.update(String path,
Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LsstMonitorPlugin.saveData(OutputStream out,
String mimeType,
List<Channel> channels) |
void |
MonitorView.setChannels(LinkedHashMap<String,Channel> channels) |
void |
DataTree.setChannels(LinkedHashMap<String,Channel> channels) |
Copyright © 2017 LSST. All rights reserved.