NetKernel APIs


com.ten60.netkernel.scheduler
Class RequestStatistics

java.lang.Object
  extended bycom.ten60.netkernel.scheduler.RequestStatistics

public class RequestStatistics
extends Object

A table of request statistics held by the Scheduler for all accessors and transreptors used


Constructor Summary
RequestStatistics()
           
 
Method Summary
 void addStatisticsFor(Object aTransreptor, long aElapsed, long aLocal, boolean aFailed)
           
 void addStatisticsFor(RequestState aState, boolean aFailed)
           
 void write(Writer aWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestStatistics

public RequestStatistics()
Method Detail

addStatisticsFor

public void addStatisticsFor(RequestState aState,
                             boolean aFailed)

addStatisticsFor

public void addStatisticsFor(Object aTransreptor,
                             long aElapsed,
                             long aLocal,
                             boolean aFailed)

write

public void write(Writer aWriter)
           throws IOException
Throws:
IOException

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.