org.dozer.jmx
Class DozerAdminController

java.lang.Object
  extended by org.dozer.jmx.DozerAdminController
All Implemented Interfaces:
DozerAdminControllerMBean

public class DozerAdminController
extends Object
implements DozerAdminControllerMBean

Public Dozer JMX Bean

Author:
tierney.matt

Constructor Summary
DozerAdminController()
           
 
Method Summary
 String getCurrentVersion()
           
 boolean isStatisticsEnabled()
           
 void setStatisticsEnabled(boolean statisticsEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DozerAdminController

public DozerAdminController()
Method Detail

getCurrentVersion

public String getCurrentVersion()
Specified by:
getCurrentVersion in interface DozerAdminControllerMBean

isStatisticsEnabled

public boolean isStatisticsEnabled()
Specified by:
isStatisticsEnabled in interface DozerAdminControllerMBean

setStatisticsEnabled

public void setStatisticsEnabled(boolean statisticsEnabled)
Specified by:
setStatisticsEnabled in interface DozerAdminControllerMBean


Copyright © 2005-2011 dozer. All Rights Reserved.