- All Implemented Interfaces:
- ResourceDiscoveryComponent<JMXComponent<?>>
public class EmbeddedJMXServerDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent<JMXComponent<?>>
This discovery component can be used to include a singleton JVM Resource under a parent server Resource that supports
JMX (e.g. JBoss AS or Tomcat). The parent resource type's component must implement JMXComponent and should discover
and manage the EmsConnection, since this discovery class and the resulting JMXComponent wll both delegate
all JMX calls to the parent component's EmsConnection. The JVM Resource and its child Resources expose
various JVM metrics and operations made available by the platform MXBeans.
- Author:
- Greg Hinkle, Ian Springer