edu.sc.seis.cormorant.seismogram
Class BudLightController

java.lang.Object
  extended by edu.sc.seis.cormorant.AbstractController
      extended by edu.sc.seis.cormorant.seismogram.BudLightController
All Implemented Interfaces:
Controller

public class BudLightController
extends AbstractController


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

Constructor Detail

BudLightController

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

start

public void start(org.omg.CORBA.ORB orb,
                  edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
           throws java.lang.Exception
Specified by:
start in interface Controller
Overrides:
start in class AbstractController
Throws:
java.lang.Exception

stop

public void stop(org.omg.CORBA.ORB orb,
                 edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
          throws java.lang.Exception
Specified by:
stop in interface Controller
Overrides:
stop in class AbstractController
Throws:
java.lang.Exception

getServant

public org.omg.PortableServer.Servant getServant()
                                          throws java.lang.Exception
Specified by:
getServant in class AbstractController
Throws:
java.lang.Exception