| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent | |
| org.lsst.ccs.gconsole.base | |
| org.lsst.ccs.gconsole.plugins.monitor |
Plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Method and Description |
|---|---|
AgentStatusAggregator |
AgentStatusEvent.getAggregator()
Returns a reference to the status aggregator that fired this event.
|
| Modifier and Type | Method and Description |
|---|---|
AgentStatusAggregator |
Console.getStatusAggregator()
Returns the status aggregator maintained by this console.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
MonitorView.install(AgentStatusAggregator aggregator)
Installs this view, connecting it to the data source.
|
void |
CompoundView.install(AgentStatusAggregator aggregator) |
default void |
MonitorView.uninstall(AgentStatusAggregator aggregator)
Un-installs this view, disconnecting it from the data source.
|
void |
CompoundView.uninstall(AgentStatusAggregator aggregator) |
Copyright © 2017 LSST. All rights reserved.