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

Packages that use JmxSupportFactory
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.module.management.support Support classes and interface for Mule management subsystem 
org.mule.module.management.util   
 

Uses of JmxSupportFactory in org.mule.module.management.agent
 

Methods in org.mule.module.management.agent that return JmxSupportFactory
 JmxSupportFactory JmxAgent.getJmxSupportFactory()
           
 JmxSupportFactory JmxServerNotificationAgent.getJmxSupportFactory()
           
 

Methods in org.mule.module.management.agent with parameters of type JmxSupportFactory
 void JmxAgent.setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
           
 void JmxServerNotificationAgent.setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
           
 

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

Classes in org.mule.module.management.support that implement JmxSupportFactory
 class AutoDiscoveryJmxSupportFactory
          Will discover if newer JMX version is available, otherwise fallback to JMX 1.1 style support.
 

Methods in org.mule.module.management.support that return JmxSupportFactory
static JmxSupportFactory AutoDiscoveryJmxSupportFactory.getInstance()
          Obtain an instance of the factory class.
 

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

Fields in org.mule.module.management.util declared as JmxSupportFactory
protected static JmxSupportFactory ManagementUtils.jmxSupportFactory
           
 



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