public class LsstPlugin
extends org.freehep.application.studio.Plugin
org.freehep.application.studio.Plugin.
Provides additional services and convenience methods.
An alternative way to define a plugin is to extend ConsolePlugin and
annotate it as Plugin.| Constructor and Description |
|---|
LsstPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.utilities.logging.Logger |
getLogger()
Returns the default logger associated with the graphical console.
|
org.freehep.util.FreeHEPLookup |
getLookup()
Access to the lookup singleton.
|
org.lsst.ccs.messaging.AgentMessagingLayer |
getMessagingAccess()
Access to the
AgentMessagingLayer singleton. |
public org.lsst.ccs.messaging.AgentMessagingLayer getMessagingAccess()
AgentMessagingLayer singleton.AgentMessagingLayer instance provided by the graphical console.IllegalStateException - if the messaging access has not been initialized yet.public org.freehep.util.FreeHEPLookup getLookup()
FreeHEPLookup instance used by the graphical console.public org.lsst.ccs.utilities.logging.Logger getLogger()
Copyright © 2016 LSST. All rights reserved.