| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent | |
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MonitorView
View of monitoring data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitorView1
Adapter class that simplifies implementing monitor views.
|
class |
AbstractMonitorView2
Adapter class that simplifies implementing monitor views.
|
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 |
SectionedTableView
MonitorView that displays data channels in a table. |
class |
TabbedView
Monitoring view that displays several other views in tabs.
|
class |
TreeTableView
MonitorView that displays data channels in a single table with the name column rendered as a tree. |
class |
TreeView
MonitorView that displays monitoring data as a tree of tables. |
Copyright © 2018 LSST. All rights reserved.