org.lsst.ccs.plugin.jas3
Class LsstSubsystemPlugin

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

Deprecated. This class will be removed in the next release, subsystem plugins should directly extend Plugin not LsstSubsystemPlugin.

public abstract class LsstSubsystemPlugin
extends org.freehep.application.studio.Plugin

Author:
turri

Constructor Summary
LsstSubsystemPlugin()
          Deprecated.  
 
Method Summary
abstract  void connectToMessagingFactory()
          Deprecated.  
abstract  void disconnectFromMessagingFactory()
          Deprecated.  
abstract  void initializeRestServices()
          Deprecated.  
static void registerChannelsForSubsystem(String subsystem)
          Deprecated.  
static void removeChannelsForSubsystem(String subsystem)
          Deprecated.  
abstract  void resetRestServices()
          Deprecated.  
 
Methods inherited from class org.freehep.application.studio.Plugin
addMenu, applicationVisible, canBeShutDown, getApplication, init, postInit, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsstSubsystemPlugin

public LsstSubsystemPlugin()
Deprecated. 
Method Detail

connectToMessagingFactory

public abstract void connectToMessagingFactory()
Deprecated. 

disconnectFromMessagingFactory

public abstract void disconnectFromMessagingFactory()
Deprecated. 

initializeRestServices

public abstract void initializeRestServices()
Deprecated. 

resetRestServices

public abstract void resetRestServices()
Deprecated. 

registerChannelsForSubsystem

public static void registerChannelsForSubsystem(String subsystem)
Deprecated. 

removeChannelsForSubsystem

public static void removeChannelsForSubsystem(String subsystem)
Deprecated. 


Copyright © 2013 LSST. All Rights Reserved.