net.java.dev.moskito.core.stats.impl
Class LongValueHolderFactory

java.lang.Object
  extended by net.java.dev.moskito.core.stats.impl.AbstractValueHolderFactory
      extended by net.java.dev.moskito.core.stats.impl.LongValueHolderFactory
All Implemented Interfaces:
IValueHolderFactory

 class LongValueHolderFactory
extends AbstractValueHolderFactory

This ValueHolderFactory implementation creates LongValueHolder instances.

Author:
dvayanu

Constructor Summary
LongValueHolderFactory()
           
 
Method Summary
protected  AbstractValueHolder createValueHolderObject(Interval aInterval)
          This method creates the new ValueHolder instance.
 
Methods inherited from class net.java.dev.moskito.core.stats.impl.AbstractValueHolderFactory
createValueHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongValueHolderFactory

LongValueHolderFactory()
Method Detail

createValueHolderObject

protected AbstractValueHolder createValueHolderObject(Interval aInterval)
Description copied from class: AbstractValueHolderFactory
This method creates the new ValueHolder instance.

Specified by:
createValueHolderObject in class AbstractValueHolderFactory
Parameters:
aInterval - the Interval to be used
Returns:
the new ValueHolder instance
See Also:
net.java.dev.moskito.core.stats.impl.AbstractValueHolderFactory#createValueHolderObject(net.java.dev.moskito.core.stats.impl.IntervalImpl)


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework