org.kuali.rice.ken.util
Class PerformanceLog.PerformanceStopWatch

java.lang.Object
  extended by org.kuali.rice.ken.util.PerformanceLog.PerformanceStopWatch
Enclosing class:
PerformanceLog

public static final class PerformanceLog.PerformanceStopWatch
extends Object

This class

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
PerformanceLog.PerformanceStopWatch(String message)
          Constructs a PerformanceLog.java.
 
Method Summary
 void recordDuration()
          This method records the duration of how long a message delivery takes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceLog.PerformanceStopWatch

public PerformanceLog.PerformanceStopWatch(String message)
Constructs a PerformanceLog.java.

Parameters:
message -
Method Detail

recordDuration

public void recordDuration()
This method records the duration of how long a message delivery takes.



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