public class JacORBCosNaming extends AbsRegistry implements NameService
Constructor and Description |
---|
JacORBCosNaming()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static org.omg.CORBA.ORB |
getOrb() |
void |
start()
Start a new NameService or do nothing if the name service is already
started
|
void |
stop()
Stop a NameService or do nothing if the name service is already stopped
|
getConfigProperties, getHost, getPort, isStarted, resetStarted, setConfigProperties, setHost, setPort, setStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHost, getPort, isStarted, setConfigProperties, setHost, setPort
public void start() throws NameServiceException
start
in interface NameService
start
in class AbsRegistry
NameServiceException
- if a problem occurspublic void stop() throws NameServiceException
stop
in interface NameService
stop
in class AbsRegistry
NameServiceException
- if a problem occurspublic static org.omg.CORBA.ORB getOrb()