Java javax.management.remote JMXServiceURL fields, constructors, methods, implement or subclass

Example usage for Java javax.management.remote JMXServiceURL fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.remote JMXServiceURL.

The text is from its open source code.

Field

StringtoString
Cached result of #toString() .

Constructor

JMXServiceURL(String serviceURL)

Constructs a JMXServiceURL by parsing a Service URL string.

JMXServiceURL(String protocol, String host, int port, String urlPath)

Constructs a JMXServiceURL with the given parts.

JMXServiceURL(String protocol, String host, int port)

Constructs a JMXServiceURL with the given protocol, host, and port.

Method

StringgetHost()

The host part of the Service URL.

intgetPort()

The port of the Service URL.

StringgetProtocol()

The protocol part of the Service URL.