mx4j.tools.naming
public interface NamingServiceMBean
Version: $Revision: 1.7 $
| Method Summary | |
|---|---|
| int | getPort()
Returns the port on which rmiregistry listens for incoming connections
|
| boolean | isRunning()
Returns whether this MBean has been started and not yet stopped.
|
| String[] | list()
Returns an array of the names bound in the rmiregistry
|
| void | setPort(int port)
Sets the port on which rmiregistry listens for incoming connections.
|
| void | start()
Starts this MBean: rmiregistry can now accept incoming calls
|
| void | stop()
Stops this MBean: rmiregistry cannot accept anymore incoming calls
|
| void | unbind(String name)
Removes the binding for the specified name in the rmiregistry
|
See Also: NamingServiceMBean
See Also: NamingServiceMBean
See Also: java.rmi.registry.Registry#list()
running.
See Also: NamingServiceMBean
See Also: NamingServiceMBean NamingServiceMBean
See Also: NamingServiceMBean
name in the rmiregistry
See Also: java.rmi.registry.Registry#unbind(String)