| 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
MonitorView for displaying a single value in ImageView. |
class |
ComboGroupView
MonitorView that divides channels into groups and displays one group at a time, using combo boxes to select the group. |
class |
CompoundView
A monitoring data view that manages several child views.
|
class |
ConfigurationView
Special
MonitorView for displaying and editing subsystem configurations. |
class |
ConfigView
Monitoring data view that displays basic info for the monitored subsystems and provides monitoring controls.
|
class |
DefaultView
Default
MonitorView. |
class |
GroupView
Abstract monitoring view that splits channels into groups, and displays one group at a time in a child view.
|
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 SectionedTable. |
class |
SummaryTableView
MonitorView that displays a TreeTable with columns defined by last segments of display channel paths. |
class |
TabbedGroupView
MonitorView that divides channels into groups and displays one group at a time, using tabs to select the group. |
class |
TabbedView
Deprecated.
Replaced by
TabbedGroupView. |
class |
TreeView
Deprecated.
Replaced by
LazyTreeView. |
| 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 © 2023 LSST. All rights reserved.