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 class
DataCacheJMXInstrument
A JMX-specific instrument for the data cacheclass
PreparedQueryCacheJMXInstrument
A JMX-specific instrument for the query cacheclass
QueryCacheJMXInstrument
A 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.ObjectName
JMXProvider. createObjectName(JMXInstrument instrument, java.util.Map<java.lang.String,java.lang.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.
-