edu.sc.seis.cormorant.nameService
Class NameServiceController

java.lang.Object
  extended by edu.sc.seis.cormorant.nameService.NameServiceController
All Implemented Interfaces:
Controller

public class NameServiceController
extends java.lang.Object
implements Controller


Constructor Summary
NameServiceController(java.util.Properties confProps, java.lang.String serverPropName, org.omg.CORBA.ORB orb)
           
 
Method Summary
 void destroy()
           
 org.omg.PortableServer.Servant getServant()
           
 java.lang.String getServerPropName()
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameServiceController

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

getServerPropName

public java.lang.String getServerPropName()
Specified by:
getServerPropName in interface Controller

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
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
Throws:
java.lang.Exception

destroy

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

getServant

public org.omg.PortableServer.Servant getServant()