JMXServiceURL
Class JMXServiceURL
- java.lang.Object
-
- javax.management.remote.JMXServiceURL
- All Implemented Interfaces:
- Serializable
public class JMXServiceURL extends Object implements Serializable
The address of a JMX API connector server. Instances of this class are immutable.
The address is an Abstract Service URL for SLP, as defined in RFC 2609 and amended by RFC 3111. It must look like this:
service:jmx:protocol:sap
Here, protocol
is the transport protocol to be used to connect to the connector server. It is a string of one or more ASCII characters, each of which is a letter, a digit, or one of the characters +
登录查看完整内容