public class NameServiceController extends java.lang.Object implements Controller
| Constructor and Description |
|---|
NameServiceController(java.util.Properties confProps,
java.lang.String serverPropName,
org.omg.CORBA.ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public NameServiceController(java.util.Properties confProps,
java.lang.String serverPropName,
org.omg.CORBA.ORB orb)
public java.lang.String getServerPropName()
getServerPropName in interface Controllerpublic void start(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
throws java.lang.Exception
start in interface Controllerjava.lang.Exceptionpublic void stop(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
throws java.lang.Exception
stop in interface Controllerjava.lang.Exceptionpublic void destroy()
throws java.lang.Exception
destroy in interface Controllerjava.lang.Exceptionpublic org.omg.PortableServer.Servant getServant()