org.elkoserver.foundation.net
Interface LoadMonitor

All Known Implementing Classes:
ServerLoadMonitor

public interface LoadMonitor

Interface implemented by classes that support tracking server load.


Method Summary
 void addTime(long timeIncrement)
          Take note of some processing time spent.
 

Method Detail

addTime

void addTime(long timeIncrement)
Take note of some processing time spent.

Parameters:
timeIncrement - The amount of processing time that was spent, in milliseconds.