com.atlassian.crowd.util
Class TimedOperation

java.lang.Object
  extended by com.atlassian.crowd.util.TimedOperation
Direct Known Subclasses:
TimedProgressOperation

public class TimedOperation
extends Object

A record of how long an operation is taking, for logging.


Field Summary
protected  long start
           
 
Constructor Summary
TimedOperation()
           
 
Method Summary
 String complete(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected final long start
Constructor Detail

TimedOperation

public TimedOperation()
Method Detail

complete

public String complete(String message)


Copyright © 2013 Atlassian. All Rights Reserved.