| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent | |
| org.lsst.ccs.gconsole.agent.filter | |
| org.lsst.ccs.gconsole.plugins.demo.monitor | |
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| org.lsst.ccs.subsystem.monitor.ui |
| Modifier and Type | Field and Description |
|---|---|
static AgentChannelsFilter |
AgentChannelsFilter.ALL
Trivial filter that accepts all channels and does not modify paths.
|
| Modifier and Type | Method and Description |
|---|---|
AgentChannelsFilter |
AgentChannelsFilter.Event.getSource() |
| 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.
|
AgentStatusEvent |
AgentStatusEvent.filter(AgentChannelsFilter filter)
Creates a new event, keeping only changes that pass the specified filter.
|
| Constructor and Description |
|---|
Event(AgentChannelsFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannelsFilter
Adapter to simplify implementing
AgentChannelsFilter. |
class |
Configuration
Filter that selects subsystem state channels.
|
class |
GenericFilter |
class |
MonitorOnly
Filter that selects data channels defined through the monitoring framework.
|
class |
PageFilter
Filter to be associated with a view that handles a single page of a multi-page parent view.
|
class |
States
Filter that selects subsystem state channels.
|
| Constructor and Description |
|---|
PageFilter(AgentChannelsFilter filter,
String page) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterFixed
Demo filter that displays a fixed set of channels from two different subsystems.
|
class |
FilterMonitored
Demo filter that displays all monitoring channels from all subsystems, using subsystem name as a page name.
|
class |
FilterOutOfRange
Demo filter that only displays channels with values out of range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellTableView
Monitoring data table to be displayed as a part of an
ImageView. |
class |
CellView |
| Modifier and Type | Field and Description |
|---|---|
protected AgentChannelsFilter |
AbstractMonitorView1.filter |
| Modifier and Type | Method and Description |
|---|---|
AgentChannelsFilter |
AbstractMonitorView1.getFilter() |
AgentChannelsFilter |
CellView.getFilter() |
AgentChannelsFilter |
ImageView.getFilter()
Returns
null since there is no filter associated with an image-based view. |
AgentChannelsFilter |
ConfigView.getFilter() |
AgentChannelsFilter |
MonitorView.getFilter()
Returns the filter associated with this view, or
null if there is none. |
AgentChannelsFilter |
CellTableView.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.setFilter(AgentChannelsFilter filter)
Sets a channels filter.
|
void |
TreeView.setFilter(AgentChannelsFilter filter)
Called to set a filter on this view.
|
void |
AbstractMonitorView1.setFilter(AgentChannelsFilter filter) |
void |
CellView.setFilter(AgentChannelsFilter filter) |
void |
ImageView.setFilter(AgentChannelsFilter filter)
Does nothing since there is no filter associated with an image-based view.
|
void |
ConfigView.setFilter(AgentChannelsFilter filter) |
void |
MonitorView.setFilter(AgentChannelsFilter filter)
Sets the channels filter to be used by this view.
|
void |
CellTableView.setFilter(AgentChannelsFilter filter) |
| Constructor and Description |
|---|
MonitorTrendingTree(CommandSender sender,
AgentChannelsFilter filter) |
Copyright © 2018 LSST. All rights reserved.