public class AutoDiscoveryJmxSupportFactory extends Object implements JmxSupportFactory
| Modifier | Constructor and Description |
|---|---|
protected |
AutoDiscoveryJmxSupportFactory()
Constructs a new AutoDiscoveryJmxSupportFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static JmxSupportFactory |
getInstance()
Obtain an instance of the factory class.
|
JmxSupport |
getJmxSupport()
Will try to detect if JMX 1.2 or later is available, otherwise will fallback
to the JMX 1.1 version of the support class.
|
protected boolean |
isModernSpecAvailable()
Is JMX 1.2 and up available for use?
|
protected AutoDiscoveryJmxSupportFactory()
public static JmxSupportFactory getInstance()
public JmxSupport getJmxSupport()
getJmxSupport in interface JmxSupportFactoryJmxLegacySupportprotected boolean isModernSpecAvailable()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.