public interface CosNamingServiceMBean
Modifier and Type | Method and Description |
---|---|
int |
getPort()
Returns the port on which tnameserv listens for incoming connections
|
boolean |
isRunning()
Returns whether this MBean has been started and not yet stopped.
|
void |
setPort(int port)
Sets the port on which tnameserv listens for incoming connections.
|
void |
start()
Starts this MBean: tnameserv can now accept incoming calls
|
void |
stop()
Stops this MBean: tnameserv cannot accept anymore incoming calls
|
void setPort(int port)
getPort()
int getPort()
setPort(int)
boolean isRunning()
start()
void start() throws java.lang.Exception
java.lang.Exception
stop()
,
isRunning()
void stop()
start()