org.dozer.jmx
Interface DozerStatisticsControllerMBean

All Known Implementing Classes:
DozerStatisticsController

public interface DozerStatisticsControllerMBean

Public Dozer JMX Bean interface

Author:
tierney.matt

Method Summary
 void clearAll()
           
 String dumpStatistics()
           
 Set<String> getCacheHitCount()
           
 Set<String> getCacheMissCount()
           
 double getCustomConverterAverageTimeInMillis()
           
 long getCustomConverterOverallTimeInMillis()
           
 double getCustomConverterPercentageOfMappingTime()
           
 long getCustomConverterSuccessCount()
           
 long getFieldMappingFailureCount()
           
 long getFieldMappingFailureIgnoredCount()
           
 long getFieldMappingSuccessCount()
           
 long getMapperInstancesCount()
           
 double getMappingAverageTimeInMillis()
           
 long getMappingFailureCount()
           
 Set<String> getMappingFailureExceptionTypes()
           
 Set<String> getMappingFailureTypes()
           
 long getMappingOverallTimeInMillis()
           
 long getMappingSuccessCount()
           
 boolean isStatisticsEnabled()
           
 void logStatistics()
           
 void setStatisticsEnabled(boolean statisticsEnabled)
           
 

Method Detail

getMappingAverageTimeInMillis

double getMappingAverageTimeInMillis()

getMappingSuccessCount

long getMappingSuccessCount()

getMappingFailureCount

long getMappingFailureCount()

getMappingFailureExceptionTypes

Set<String> getMappingFailureExceptionTypes()

getMappingFailureTypes

Set<String> getMappingFailureTypes()

getMappingOverallTimeInMillis

long getMappingOverallTimeInMillis()

getCacheHitCount

Set<String> getCacheHitCount()

getCacheMissCount

Set<String> getCacheMissCount()

getMapperInstancesCount

long getMapperInstancesCount()

getFieldMappingSuccessCount

long getFieldMappingSuccessCount()

getFieldMappingFailureCount

long getFieldMappingFailureCount()

getFieldMappingFailureIgnoredCount

long getFieldMappingFailureIgnoredCount()

getCustomConverterOverallTimeInMillis

long getCustomConverterOverallTimeInMillis()

getCustomConverterSuccessCount

long getCustomConverterSuccessCount()

getCustomConverterPercentageOfMappingTime

double getCustomConverterPercentageOfMappingTime()

getCustomConverterAverageTimeInMillis

double getCustomConverterAverageTimeInMillis()

dumpStatistics

String dumpStatistics()

clearAll

void clearAll()

isStatisticsEnabled

boolean isStatisticsEnabled()

setStatisticsEnabled

void setStatisticsEnabled(boolean statisticsEnabled)

logStatistics

void logStatistics()


Copyright © 2005-2011 dozer. All Rights Reserved.