| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| org.lsst.ccs.gconsole.services.aggregator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MonitorView
View of monitoring data.
|
interface |
PersistableMonitorView
MonitorView that can be saved and restored through the persistence service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitorView
An adapter that simplifies implementing
MonitorView. |
class |
CellTableView
Monitoring data table to be displayed as a part of an
ImageView. |
class |
CellView |
class |
CompoundView
A monitoring data view that manages several child views.
|
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
DefaultView
Default
MonitorView. |
class |
ImageView
Image-based
MonitorView. |
class |
LazyTreeView
MonitorView that displays monitoring data as a tree of tables. |
class |
SectionedTableView
MonitorView that displays data channels in a table. |
class |
SummaryTableView
MonitorView that displays a TreeTable with columns defined by last segments of display channel paths. |
class |
TabbedView
Monitoring view that displays several other views in tabs.
|
class |
TreeView
MonitorView that displays monitoring data as a tree of tables. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentStatusAggregator.addListener(AgentStatusListener listener,
AgentChannelsFilter filter)
Adds a listener to be notified of changes in agents and channels specified by the filter.
|
void |
AgentStatusAggregator.addListener(AgentStatusListener listener,
Collection<String> agents,
Collection<String> channels)
Adds a listener to be notified of changes in specified agents and data
channels.
|
void |
AgentStatusAggregator.removeListener(AgentStatusListener listener)
Removes the specified listener.
|
Copyright © 2020 LSST. All rights reserved.