Searched defs:JMXServiceURL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXServiceURL.java118 public class JMXServiceURL implements Serializable { class in inherits:Serializable
123 * <p>Constructs a <code>JMXServiceURL</code> by parsing a Service URL
134 * <code>JMXServiceURL</code> must begin with the string
138 public JMXServiceURL(String serviceURL) throws MalformedURLException { method in class:JMXServiceURL
227 * <p>Constructs a <code>JMXServiceURL</code> with the given protocol,
229 * {@link #JMXServiceURL(String, String, int, String)
230 * JMXServiceURL(protocol, host, port, null)}.</p>
248 public JMXServiceURL(String protocol, String host, int port) method in class:JMXServiceURL
254 * <p>Constructs a <code>JMXServiceURL</code> with the given parts.
275 public JMXServiceURL(Strin method in class:JMXServiceURL
[all...]

Completed in 1270 milliseconds