| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.base | |
| org.lsst.ccs.gconsole.jas3 |
Jas3-based implementation of the Graphical Console.
|
| org.lsst.ccs.gconsole.plugins.alert |
Alert notification service and plugin.
|
| org.lsst.ccs.gconsole.plugins.commandbrowser |
Command browser tool.
|
| org.lsst.ccs.gconsole.plugins.demo.life | |
| org.lsst.ccs.gconsole.plugins.jgroups | |
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| org.lsst.ccs.gconsole.plugins.tracer |
Message Viewer plugin.
|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| org.lsst.ccs.gconsole.services.optpage |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
ComponentDescriptor.getConfiguration() |
ComponentDescriptor |
ConsolePluginServices.getDescriptor()
Returns the descriptor for the graphical console plugin associated with this
ConsolePluginServices instance. |
ComponentDescriptor |
ConsolePlugin.save()
Called by the framework when this plugin configuration needs to be saved.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConsolePlugin.restore(ComponentDescriptor storageBean,
boolean lastRound)
Called by the framework to restore this plugin configuration.
|
void |
ComponentDescriptor.setConfiguration(ComponentDescriptor configuration) |
| Constructor and Description |
|---|
ComponentDescriptor(ComponentDescriptor other) |
ConsolePluginServices(Console console,
ConsolePlugin plugin,
ComponentDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDescriptor> |
Jas3Console.readDescriptors(Path path)
Reads component descriptors from the specified XML file.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AlertViewer.Descriptor |
static class |
LsstAlertPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LsstAlertPlugin.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstAlertPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstCommandBrowserPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstCommandBrowserPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LifeCyclePlugin.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LifeCyclePlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstJGroupsPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstJGroupsPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstMonitorPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LsstMonitorPlugin.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstMonitorPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstTracerPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstTracerPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstTrendingPlugin.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LsstTrendingPlugin.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstTrendingPlugin.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstOptionalPageService.Descriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentDescriptor |
LsstOptionalPageService.save() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LsstOptionalPageService.restore(ComponentDescriptor storageBean,
boolean lastRound) |
| Constructor and Description |
|---|
Descriptor(ComponentDescriptor seed) |
Copyright © 2023 LSST. All rights reserved.