org.databene.benerator.engine
Class BeneratorMonitor

java.lang.Object
  extended by org.databene.benerator.engine.BeneratorMonitor
All Implemented Interfaces:
BeneratorMonitorMBean

public class BeneratorMonitor
extends java.lang.Object
implements BeneratorMonitorMBean

MBean implementation for monitoring Benerator.

Created: 27.07.2010 21:15:28

Since:
0.6.3
Author:
Volker Bergmann

Field Summary
static BeneratorMonitor INSTANCE
           
 
Method Summary
 void countGenerations(int newGenerations)
           
 long getCurrentThroughput()
           
 long getTotalGenerationCount()
           
 void setTotalGenerationCount(long totalGenerationCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final BeneratorMonitor INSTANCE
Method Detail

countGenerations

public void countGenerations(int newGenerations)

getTotalGenerationCount

public long getTotalGenerationCount()
Specified by:
getTotalGenerationCount in interface BeneratorMonitorMBean

getCurrentThroughput

public long getCurrentThroughput()
Specified by:
getCurrentThroughput in interface BeneratorMonitorMBean

setTotalGenerationCount

public void setTotalGenerationCount(long totalGenerationCount)


Copyright © 2011. All Rights Reserved.