Uses of Interface
org.apache.openjpa.instrumentation.jmx.JMXInstrument
Packages that use JMXInstrument
-
Uses of JMXInstrument in org.apache.openjpa.instrumentation.jmx
Classes in org.apache.openjpa.instrumentation.jmx that implement JMXInstrumentModifier and TypeClassDescriptionclass
A JMX-specific instrument for the data cacheclass
A JMX-specific instrument for the query cacheclass
A JMX-specific instrument for the query cacheMethods in org.apache.openjpa.instrumentation.jmx with parameters of type JMXInstrumentModifier and TypeMethodDescriptionstatic ObjectName
JMXProvider.createObjectName
(JMXInstrument instrument, Map<String, String> props) Creates an object name for the supplied instrument and key propertiesprotected void
JMXProvider.registerMBean
(JMXInstrument mBean) Register an MBean with the mbean server.