public class JMXServerUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JMXServerUtils.JmxRegistry |
Constructor and Description |
---|
JMXServerUtils() |
Modifier and Type | Method and Description |
---|---|
static javax.management.remote.JMXConnectorServer |
createJMXServer(int port,
boolean local) |
static javax.management.remote.JMXConnectorServer |
createJMXServer(int port,
java.lang.String hostname,
boolean local)
Creates a server programmatically.
|
static void |
logJmxServiceUrl(java.net.InetAddress serverAddress,
int port) |
public static javax.management.remote.JMXConnectorServer createJMXServer(int port, java.lang.String hostname, boolean local) throws java.io.IOException
java.io.IOException
public static javax.management.remote.JMXConnectorServer createJMXServer(int port, boolean local) throws java.io.IOException
java.io.IOException
public static void logJmxServiceUrl(java.net.InetAddress serverAddress, int port)
Copyright © 2009- The Apache Software Foundation