rabbit.nio.statistics
Class CompletionEntry

java.lang.Object
  extended by rabbit.nio.statistics.CompletionEntry

public final class CompletionEntry
extends Object

Information about a completed task.

Author:
Robert Olofsson

Field Summary
 TaskIdentifier ti
           
 long timeSpent
           
 boolean wasOk
           
 
Constructor Summary
CompletionEntry(TaskIdentifier ti, boolean wasOk, long timeSpent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ti

public final TaskIdentifier ti

wasOk

public final boolean wasOk

timeSpent

public final long timeSpent
Constructor Detail

CompletionEntry

public CompletionEntry(TaskIdentifier ti,
                       boolean wasOk,
                       long timeSpent)