edu.sc.seis.cormorant.plottable
Class PlottableController

java.lang.Object
  extended by edu.sc.seis.cormorant.AbstractController
      extended by edu.sc.seis.cormorant.DBProvidingAbstractController
          extended by edu.sc.seis.cormorant.plottable.PlottableController
All Implemented Interfaces:
Controller

public class PlottableController
extends DBProvidingAbstractController


Field Summary
 
Fields inherited from class edu.sc.seis.cormorant.DBProvidingAbstractController
dbConnCreator
 
Constructor Summary
PlottableController(java.util.Properties confProps, java.lang.String serverPropName, org.omg.CORBA.ORB orb)
           
 
Method Summary
 void destroy()
           
 org.omg.PortableServer.Servant getServant()
           
 
Methods inherited from class edu.sc.seis.cormorant.AbstractController
createPOA, createPolicy, getAlternateServerDNS, getAlternateServerName, getConfigProps, getInterfaceName, getORB, getProperty, getProperty, getPropertyKey, getPropertyPrefix, getServerDNS, getServerName, getServerPropName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlottableController

public PlottableController(java.util.Properties confProps,
                           java.lang.String serverPropName,
                           org.omg.CORBA.ORB orb)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getServant

public org.omg.PortableServer.Servant getServant()
Specified by:
getServant in class AbstractController

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface Controller
Overrides:
destroy in class AbstractController
Throws:
java.lang.Exception