org.apache.felix.mosgi.jmx.registry.mx4j.tools.naming
Interface NamingServiceMBean


public interface NamingServiceMBean

Management interface for the NamingService MBean.

Version:
$Revision: 1.3 $
Author:
Simone Bordet

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.
 void setPort(int port)
          Sets the port on which rmiregistry listens for incoming connections.
 

Method Detail

setPort

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

See Also:
getPort()

getPort

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

See Also:
setPort(int)

isRunning

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

See Also:
#start