Uses of Interface
org.mule.module.management.support.JmxSupport

Packages that use JmxSupport
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.module.management.support Support classes and interface for Mule management subsystem 
org.mule.module.management.util   
 

Uses of JmxSupport in org.mule.module.management.mbean
 

Fields in org.mule.module.management.mbean declared as JmxSupport
protected  JmxSupport FlowConstructService.jmxSupport
           
 

Uses of JmxSupport in org.mule.module.management.support
 

Classes in org.mule.module.management.support that implement JmxSupport
 class AbstractJmxSupport
           
 class JmxLegacySupport
          Support class for JMX 1.1 based systems.
 class JmxModernSupport
          Support class using JMX 1.2 and newer calls.
 

Methods in org.mule.module.management.support that return JmxSupport
 JmxSupport AutoDiscoveryJmxSupportFactory.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.
 JmxSupport JmxSupportFactory.getJmxSupport()
          Create an instance of a JMX support class.
 

Uses of JmxSupport in org.mule.module.management.util
 

Fields in org.mule.module.management.util declared as JmxSupport
protected static JmxSupport ManagementUtils.jmxSupport
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.