JMX Integration

Dozer can be managed via JMX. The Dozer distibution contains fully functional JMX MBeans. These MBeans can be found in the net.sf.dozer.util.mapping.jmx package.

If JMX libraries and a JMX MBeanServer are available in your environment (they are include in JDK 1.5 and above), Dozer will auto register these JMX Beans with the PlatformMDBServer. You can suppress this behavior with the following Dozer configuration property:

dozer.autoregister.jmx.beans = false

Dozer JMX MBeans

MBean Description
DozerStatisticsControllerMBean Runtime mapping statistics. The Statistics section contains more information on the types of statistics that are available.
DozerAdminControllerMBean Admin functions


Sample JMX Screen Shots

Dozer JMX MBeans via JConsole.....