org.kuali.kfs.module.bc.batch.dataaccess.impl
Class GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters

java.lang.Object
  extended by org.kuali.kfs.module.bc.batch.dataaccess.impl.GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters
Enclosing class:
GeneralLedgerBudgetLoadDaoOjb

protected class GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters
extends Object

This class keeps a set of counters and provides a method to print them out This allows us to set up thread-local counters in the unlikely event this code is run by more than one thread


Constructor Summary
protected GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters()
           
 
Method Summary
 void increaseBudgetConstructionMonthlyBudgetRead()
           
 void increaseBudgetConstructionMonthlyBudgetSkipped()
           
 void increaseBudgetConstructionMonthlyBudgetWritten()
           
 void increaseBudgetConstructionPendingGeneralLedgerRead()
           
 void increaseBudgetConstructionPendingGeneralLedgerSkipped()
           
 void increaseGeneralLedgerBaseBudgetWritten()
           
 void increasGenneralLedgerCurrentBudgetWritten()
           
 void writeDiagnosticCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters

protected GeneralLedgerBudgetLoadDaoOjb.DiagnosticCounters()
Method Detail

increaseBudgetConstructionPendingGeneralLedgerRead

public void increaseBudgetConstructionPendingGeneralLedgerRead()

increaseBudgetConstructionPendingGeneralLedgerSkipped

public void increaseBudgetConstructionPendingGeneralLedgerSkipped()

increaseGeneralLedgerBaseBudgetWritten

public void increaseGeneralLedgerBaseBudgetWritten()

increasGenneralLedgerCurrentBudgetWritten

public void increasGenneralLedgerCurrentBudgetWritten()

increaseBudgetConstructionMonthlyBudgetRead

public void increaseBudgetConstructionMonthlyBudgetRead()

increaseBudgetConstructionMonthlyBudgetSkipped

public void increaseBudgetConstructionMonthlyBudgetSkipped()

increaseBudgetConstructionMonthlyBudgetWritten

public void increaseBudgetConstructionMonthlyBudgetWritten()

writeDiagnosticCounters

public void writeDiagnosticCounters()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.