@Plugin(name="LSST Tracer Plugin", id="tracer", description="LSST CCS alert notification service.") public class LsstTracerPlugin extends ConsolePlugin
| Constructor and Description |
|---|
LsstTracerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Tracer |
createTracer(String name) |
Tracer |
createTracer(String name,
MessageFilter filter) |
Tracer |
createTracer(String name,
String filterName) |
FilterRegistry |
getFilterRegistry() |
void |
initialize()
Called by the framework when the console starts, to initialize this plugin..
|
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, restore, save, 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 FilterRegistry getFilterRegistry()
public Tracer createTracer(String name, MessageFilter filter)
Copyright © 2018 LSST. All rights reserved.