edu.sc.seis.cormorant
Class DBProvidingAbstractController

java.lang.Object
  extended by edu.sc.seis.cormorant.AbstractController
      extended by edu.sc.seis.cormorant.DBProvidingAbstractController
All Implemented Interfaces:
Controller
Direct Known Subclasses:
EventController, NetworkController, PlottableController, SodDBSeismogramController

public abstract class DBProvidingAbstractController
extends AbstractController


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

Field Detail

dbConnCreator

protected edu.sc.seis.fissuresUtil.database.ConnectionCreator dbConnCreator
Constructor Detail

DBProvidingAbstractController

public DBProvidingAbstractController(java.util.Properties confProps,
                                     java.lang.String serverPropName,
                                     org.omg.CORBA.ORB orb)