|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmxSupportFactory | |
org.mule.management.agents | Management agents including agents for Jdmk, MX4J, and Log4J |
org.mule.management.support | Support classes and interface for Mule management subsystem |
Uses of JmxSupportFactory in org.mule.management.agents |
Methods in org.mule.management.agents that return JmxSupportFactory | |
JmxSupportFactory |
JmxAgent.getJmxSupportFactory()
Getter for property 'jmxSupportFactory'. |
JmxSupportFactory |
JmxServerNotificationAgent.getJmxSupportFactory()
Getter for property 'jmxSupportFactory'. |
Methods in org.mule.management.agents with parameters of type JmxSupportFactory | |
void |
JmxAgent.setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
Setter for property 'jmxSupportFactory'. |
void |
JmxServerNotificationAgent.setJmxSupportFactory(JmxSupportFactory jmxSupportFactory)
Setter for property 'jmxSupportFactory'. |
Uses of JmxSupportFactory in org.mule.management.support |
Classes in org.mule.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.management.support that return JmxSupportFactory | |
static JmxSupportFactory |
AutoDiscoveryJmxSupportFactory.getInstance()
Obtain an instance of the factory class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |