edu.sc.seis.cormorant.redirect
Class RedirectController

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

public class RedirectController
extends AbstractController


Constructor Summary
RedirectController(java.util.Properties props, java.lang.String serverName, 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

RedirectController

public RedirectController(java.util.Properties props,
                          java.lang.String serverName,
                          org.omg.CORBA.ORB orb)
Method Detail

getServant

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

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