Example usage for Java javax.management.remote JMXServiceURL fields, constructors, methods, implement or subclass
The text is from its open source code.
String | toString Cached result of #toString() . |
JMXServiceURL(String serviceURL) Constructs a | |
JMXServiceURL(String protocol, String host, int port, String urlPath) Constructs a | |
JMXServiceURL(String protocol, String host, int port) Constructs a |
String | getHost() The host part of the Service URL. |
int | getPort() The port of the Service URL. |
String | getProtocol() The protocol part of the Service URL. |