org.inspektr.statistics
Interface StatisticManager

All Known Implementing Classes:
AbstractThreadExecutorBasedStatisticManager, InMemoryStatisticManager, JdbcStatisticManager

public interface StatisticManager

Update the statistics for the following statistic.

Since:
1.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
 void recalculate(StatisticActionContext statisticActionContext)
          Recalculate statistics based on the latest action.
 

Method Detail

recalculate

void recalculate(StatisticActionContext statisticActionContext)
Recalculate statistics based on the latest action.

Parameters:
statisticActionContext - the action to use to update the statistics.


Copyright © 2007-2009. All Rights Reserved.