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.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 
 

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()
          Getter for property 'jmxSupportFactory'.
 

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

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

Fields in org.mule.module.management.mbean declared as JmxSupportFactory
protected  JmxSupportFactory FlowConstructService.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.
 



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