net.java.dev.moskito.core.stats
Interface IValueHolderFactory
- All Known Implementing Classes:
- AbstractValueHolderFactory, IntValueHolderFactory, LongValueHolderFactory
public interface IValueHolderFactory
This interface declares a factory that is responsible to create ValueHolder instances of its
specific type for a concrete Interval.
- Author:
- dvayanu
- See Also:
ValueHolder,
Interval
createValueHolder
ValueHolder createValueHolder(Interval aInterval)
- This method creates a new ValueHolder instance for the given Interval.
- Parameters:
aInterval - the Interval to be used
- Returns:
- the new ValueHolder instance
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework