| Class and Description |
|---|
| org.lsst.ccs.gconsole.base.filter.GenericFilter |
| org.lsst.ccs.gconsole.jas3.LsstPlugin
The recommended way to define a graphical console plugin is to extend
ConsolePlugin and
annotate it as @Plugin. |
| org.lsst.ccs.gconsole.base.filter.MonitorOnly |
| Method and Description |
|---|
| org.lsst.ccs.gconsole.services.aggregator.AgentStatusAggregator.getChannels(String...)
Use
getChannels(List<String> agents, List<String> channels) instead. |
| org.lsst.ccs.gconsole.agent.command.CommandHandle.onResult(Object, CommandTask)
Use
onResult(CommandCode, Object, CommandTask) instead. |
| org.lsst.ccs.gconsole.base.Console.sendCommand(Duration, String, Object...) |
| org.lsst.ccs.gconsole.base.Console.sendCommand(String, Object...) |
| org.lsst.ccs.gconsole.plugins.monitor.MonitorField.valueOf(String)
Use
getRegisteredInstance(key) instead. |
Copyright © 2021 LSST. All rights reserved.