Uses of Interface
org.tquadrat.foundation.mgmt.JMXSupport
Packages that use JMXSupport
Package
Description
Some extensions to JMX.
The internal classes for the module
org.tquadrat.foundation.mgmt
.-
Uses of JMXSupport in org.tquadrat.foundation.mgmt
Methods in org.tquadrat.foundation.mgmt that return JMXSupportModifier and TypeMethodDescriptionstatic <O> JMXSupport
<O> JMXSupport.register
(O object, ObjectName objectName, ThreadFactory threadFactory) Registers the server with the JMX agent.Methods in org.tquadrat.foundation.mgmt with parameters of type JMXSupportModifier and TypeMethodDescriptionstatic void
JMXUtils.unregisterQuietly
(JMXSupport<?> mbean) Unregisters the given MBean from the MBeanServer. -
Uses of JMXSupport in org.tquadrat.foundation.mgmt.internal
Classes in org.tquadrat.foundation.mgmt.internal that implement JMXSupportModifier and TypeClassDescriptionfinal class
This class implements the interfaceJMXSupport
that in turn extends the definition for a dynamic MBean (DynamicMBean
) and can instrument any object whose class is annotated properly.Methods in org.tquadrat.foundation.mgmt.internal that return JMXSupportModifier and TypeMethodDescriptionstatic <O> JMXSupport
<O> JMXSupportImpl.register
(O object, ObjectName objectName, ThreadFactory threadFactory) Registers the server with the JMX agent.