|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CosNamingServiceMBean
MBean interface.
| Method Summary | |
|---|---|
long |
getDelay()
Returns the delay (in milliseconds) that the start() and stop() methods waits before returning. |
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 |
setDelay(long delay)
Sets the delay (in milliseconds) that the start() and stop() methods waits before returning. |
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 |
| Method Detail |
|---|
void setPort(int port)
getPort()int getPort()
setPort(int)boolean isRunning()
start()void setDelay(long delay)
start() and stop() methods waits before returning. This is needed to allow the tnameserv process to really start and stop.
getDelay()long getDelay()
start() and stop() methods waits before returning.
setDelay(long)void start()
stop(),
isRunning()void stop()
start()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||