Uses of Interface
org.apache.openjpa.instrumentation.jmx.JMXInstrument
-
Packages that use JMXInstrument Package Description org.apache.openjpa.instrumentation.jmx -
-
Uses of JMXInstrument in org.apache.openjpa.instrumentation.jmx
Classes in org.apache.openjpa.instrumentation.jmx that implement JMXInstrument Modifier and Type Class Description classDataCacheJMXInstrumentA JMX-specific instrument for the data cacheclassPreparedQueryCacheJMXInstrumentA JMX-specific instrument for the query cacheclassQueryCacheJMXInstrumentA JMX-specific instrument for the query cacheMethods in org.apache.openjpa.instrumentation.jmx with parameters of type JMXInstrument Modifier and Type Method Description static javax.management.ObjectNameJMXProvider. createObjectName(JMXInstrument instrument, java.util.Map<java.lang.String,java.lang.String> props)Creates an object name for the supplied instrument and key propertiesprotected voidJMXProvider. registerMBean(JMXInstrument mBean)Register an MBean with the mbean server.
-