com.caucho.env.meter
Interface ActiveTimeSensor

All Known Implementing Classes:
ActiveTimeMeter

public interface ActiveTimeSensor


Method Summary
 long end(long startTime)
          End the active time.
 long start()
          Start the active time.
 

Method Detail

start

long start()
Start the active time.


end

long end(long startTime)
End the active time.