public final class ClientProvider extends Object implements JMXConnectorProvider
A provider for creating JMX API connector clients using a given
protocol. Instances of this interface are created by JMXConnectorFactory
as part of its newJMXConnector
method.
Constructor and Description |
---|
ClientProvider() |
Modifier and Type | Method and Description |
---|---|
JMXConnector |
newJMXConnector(JMXServiceURL serviceURL,
Map<String,?> env) |
public JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map<String,?> env) throws IOException
newJMXConnector
in interface JMXConnectorProvider
IOException
JMXConnectorProvider.newJMXConnector(JMXServiceURL, Map)