org.lsst.ccs.plugin.jas3
Class LsstPlugin

java.lang.Object
  extended by org.freehep.application.studio.Plugin
      extended by org.lsst.ccs.plugin.jas3.LsstPlugin

public class LsstPlugin
extends org.freehep.application.studio.Plugin

Author:
tonyj

Constructor Summary
LsstPlugin()
           
 
Method Summary
 TimeSelection getCurrentTimeSelection()
           
 org.lsst.ccs.localdb.statusdb.server.Data getDataChannelData(int id, long t1, long t2)
           
protected  void init()
           
 void initializeBuses()
           
 void initializeRestServices(RestPreferences restPrefs)
           
protected  void postInit()
           
protected  void registerChannelsForSubsystem(String subsystem)
           
protected  void removeChannelsForSubsystem(String subsystem)
           
 void resetBuses()
           
 void resetRestServices()
           
 void setBusesSystemProperties(JmsPreferences jmsPrefs)
           
 
Methods inherited from class org.freehep.application.studio.Plugin
addMenu, applicationVisible, canBeShutDown, getApplication, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsstPlugin

public LsstPlugin()
Method Detail

init

protected void init()
             throws SAXException,
                    IOException
Overrides:
init in class org.freehep.application.studio.Plugin
Throws:
SAXException
IOException

getCurrentTimeSelection

public TimeSelection getCurrentTimeSelection()

postInit

protected void postInit()
Overrides:
postInit in class org.freehep.application.studio.Plugin

initializeBuses

public void initializeBuses()

resetBuses

public void resetBuses()

setBusesSystemProperties

public void setBusesSystemProperties(JmsPreferences jmsPrefs)

initializeRestServices

public void initializeRestServices(RestPreferences restPrefs)

resetRestServices

public void resetRestServices()

registerChannelsForSubsystem

protected void registerChannelsForSubsystem(String subsystem)

removeChannelsForSubsystem

protected void removeChannelsForSubsystem(String subsystem)

getDataChannelData

public org.lsst.ccs.localdb.statusdb.server.Data getDataChannelData(int id,
                                                                    long t1,
                                                                    long t2)


Copyright © 2013 LSST. All Rights Reserved.