mx4j.tools.naming

Interface CosNamingServiceMBean

public interface CosNamingServiceMBean

Management interface for the CosNamingService MBean.

Version: $Revision: 1.4 $

Method Summary
intgetPort()
Returns the port on which tnameserv listens for incoming connections
booleanisRunning()
Returns whether this MBean has been started and not yet stopped.
voidsetPort(int port)
Sets the port on which tnameserv listens for incoming connections.
voidstart()
Starts this MBean: tnameserv can now accept incoming calls
voidstop()
Stops this MBean: tnameserv cannot accept anymore incoming calls

Method Detail

getPort

public int getPort()
Returns the port on which tnameserv listens for incoming connections

See Also: CosNamingServiceMBean

isRunning

public boolean isRunning()
Returns whether this MBean has been started and not yet stopped.

See Also: CosNamingServiceMBean

setPort

public void setPort(int port)
Sets the port on which tnameserv listens for incoming connections.

See Also: CosNamingServiceMBean

start

public void start()
Starts this MBean: tnameserv can now accept incoming calls

See Also: CosNamingServiceMBean CosNamingServiceMBean

stop

public void stop()
Stops this MBean: tnameserv cannot accept anymore incoming calls

See Also: CosNamingServiceMBean

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.