com.sleepycat.je.jmx |
JE support for JMX.
Package Specification
This package provides support for creating JMX MBeans for JE. It
contains a deployable MBean and a helper class for creating
application specific MBeans.
@see "<jeHome>/examples/com/sleepycat/examples/jmx contains a README for
additional information on how to incorporate JE instrumentation into
your existing application MBean."
|
Java Source File Name | Type | Comment |
JEMBeanHelper.java | Class | JEMBeanHelper is a utility class for the MBean implementation which wants to
add management of a JE environment to its capabilities. |
JEMonitor.java | Class | JEMonitor is a JMX MBean which manages a JE environment.
The MBean may be installed as is, or used as a starting point for building
a MBean which includes JE support. |
MBeanTest.java | Class | Instantiate and exercise the JEMonitor. |