Interface StatsMapper
-
- All Known Implementing Classes:
ServiceRequestStatsMapper
public interface StatsMapperTODO comment this class- Since:
- 24.04.15 23:40
- Author:
- lrosenberg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.anotheria.moskito.core.dynamic.IOnDemandStatsFactorygetFactory()voidupdateStats(net.anotheria.moskito.core.producers.IStats statsObject, Sample sample)
-
-
-
Method Detail
-
getFactory
net.anotheria.moskito.core.dynamic.IOnDemandStatsFactory getFactory()
-
updateStats
void updateStats(net.anotheria.moskito.core.producers.IStats statsObject, Sample sample)
-
-