| 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 | Class and Description |
|---|---|
class |
MutableAgentStatusEvent
Mutable extension of
AgentStatusEvent. |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusEvent |
AgentStatusEvent.filter(AgentChannelsFilter filter)
Creates a new event, keeping only changes that pass the specified filter.
|
AgentStatusEvent |
AgentStatusEvent.filter(Set<String> innerPaths)
Creates a new event, keeping only changes in channels whose local (no agent name)
paths are contained in the supplied set.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
AgentStatusListener.configure(AgentStatusEvent event)
Called when the complete static information on the source agent (including
channels dictionary) becomes available for the first time, and when it changes.
|
default void |
AgentStatusListener.connect(AgentStatusEvent event)
Called when a new agent connects to the buses.
|
default void |
AgentStatusListener.disconnect(AgentStatusEvent event)
Called when an agent disconnects from the buses or goes into OFFLINE state.
|
default void |
AgentStatusListener.statusChanged(AgentStatusEvent event)
Called on status change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.configure(AgentStatusEvent event) |
void |
AbstractMonitorView1.configure(AgentStatusEvent event) |
void |
CellView.configure(AgentStatusEvent event) |
void |
CellTableView.configure(AgentStatusEvent event) |
void |
CompoundView.connect(AgentStatusEvent event) |
void |
AbstractMonitorView1.connect(AgentStatusEvent event) |
void |
CellView.connect(AgentStatusEvent event) |
void |
CellTableView.connect(AgentStatusEvent event) |
void |
CompoundView.disconnect(AgentStatusEvent event) |
void |
AbstractMonitorView1.disconnect(AgentStatusEvent event) |
void |
CellView.disconnect(AgentStatusEvent event) |
void |
CellTableView.disconnect(AgentStatusEvent event) |
void |
CompoundView.statusChanged(AgentStatusEvent event) |
void |
AbstractMonitorView1.statusChanged(AgentStatusEvent event) |
void |
CellView.statusChanged(AgentStatusEvent event) |
void |
CellTableView.statusChanged(AgentStatusEvent event) |
Copyright © 2018 LSST. All rights reserved.