|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.management.support.AutoDiscoveryJmxSupportFactory
Will discover if newer JMX version is available, otherwise fallback to JMX 1.1 style support.
Constructor Summary | |
protected |
AutoDiscoveryJmxSupportFactory()
Constructs a new AutoDiscoveryJmxSupportFactory. |
Method Summary | |
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? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AutoDiscoveryJmxSupportFactory()
Method Detail |
public static JmxSupportFactory getInstance()
public JmxSupport getJmxSupport()
getJmxSupport
in interface JmxSupportFactory
JmxLegacySupport
protected boolean isModernSpecAvailable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |