API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXServiceURL View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      JMXServiceURL
Implements
 Serializable
Subclasses
Description
public class JMXServiceURL
  The address of a JMX API connector server.
Constructors
public JMXServiceURL (String serviceURL) throws MalformedURLException
  Constructs a JMXServiceURL by parsing a Service URL string.
public JMXServiceURL (String protocol, String host, int port) throws MalformedURLException
  Constructs a JMXServiceURL with the given protocol, host, and port.
public JMXServiceURL (String protocol, String host, int port, String urlPath) throws MalformedURLException
  Constructs a JMXServiceURL with the given parts.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Indicates whether some other object is equal to this one.
public String getHost ()
  The host part of the Service URL.
public int getPort ()
  The port of the Service URL.
public String getProtocol ()
  The protocol part of the Service URL.
public String getURLPath ()
  The URL Path part of the Service URL.
public int hashCode ()
public String toString ()
  The string representation of this Service URL.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar