public class JMXServerUtils
extends java.lang.Object
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.
|
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
Copyright © 2009-2022 The Apache Software Foundation