@Plugin(name="LSST Message Viewer Plugin", id="tracer21", description="LSST Message Viewer tool.") public class LsstTracerPlugin extends ConsolePlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
LsstTracerPlugin.Descriptor |
| Constructor and Description |
|---|
LsstTracerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Called by the framework when the console starts, to initialize this plugin..
|
void |
openTracer(Tracer.Descriptor desc) |
void |
openTracer(Tracer tracer) |
boolean |
restore(ComponentDescriptor storageBean,
boolean lastRound)
Called by the framework to restore this plugin configuration.
|
LsstTracerPlugin.Descriptor |
save()
Called by the framework when this plugin configuration needs to be saved.
|
void |
start()
Called by the framework when the console starts, after all plugins have been initialized.
|
void |
stop()
Called by the framework when the console shuts down, before the call to
ConsolePlugin.shutdown(). |
getConsole, getServices, propertiesChanged, setServicesProvider, shutdownpublic void initialize()
ConsolePlugininitialize in class ConsolePluginpublic void start()
ConsolePluginstart in class ConsolePluginpublic void stop()
ConsolePluginConsolePlugin.shutdown().
May also be called interactively through the graphical console GUI. In that
case, the method will not be called on the console shutdown unless the ConsolePlugin.start()
method is invoked again.stop in class ConsolePluginpublic void openTracer(Tracer.Descriptor desc)
public void openTracer(Tracer tracer)
public boolean restore(ComponentDescriptor storageBean, boolean lastRound)
ConsolePluginrestore in class ConsolePluginstorageBean - JavaBean that holds configuration information.lastRound - True if this is the last call to this method, regardless of the return value.False if this method should be called again in the next round.public LsstTracerPlugin.Descriptor save()
ConsolePluginsave in class ConsolePluginCopyright © 2023 LSST. All rights reserved.