public class JMXServiceURLs
extends java.lang.Object
| Constructor and Description |
|---|
JMXServiceURLs() |
| Modifier and Type | Method and Description |
|---|---|
static javax.management.remote.JMXServiceURL |
serviceURL(int port) |
static javax.management.remote.JMXServiceURL |
serviceURL(java.lang.String url) |
static javax.management.remote.JMXServiceURL |
serviceURL(java.lang.String hostname,
int port) |
static javax.management.remote.JMXServiceURL |
serviceURL(java.lang.String hostname,
int port,
java.lang.String path) |
public static javax.management.remote.JMXServiceURL serviceURL(int port)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic static javax.management.remote.JMXServiceURL serviceURL(java.lang.String hostname,
int port)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic static javax.management.remote.JMXServiceURL serviceURL(java.lang.String hostname,
int port,
java.lang.String path)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic static javax.management.remote.JMXServiceURL serviceURL(java.lang.String url)
throws java.net.MalformedURLException
java.net.MalformedURLException