| java.lang.Object distributedcache.JmxServer
JmxServer | final public class JmxServer (Code) | | Helper class to run a JMXConnectorServer by using rmi
author: grro@xsocket.org |
start | public void start(String name)(Code) | | start the server
Parameters: name - the name space |
start | public JMXServiceURL start(String name, int rmiPort)(Code) | | start the server
Parameters: name - the name space Parameters: rmiPort - the rmi port to use jmxservice url |
stop | public void stop()(Code) | | stops the server
|
|
|