org.smallmind.instrument
Class ChronometerInstrument

java.lang.Object
  extended by org.smallmind.instrument.Instrument<Chronometer>
      extended by org.smallmind.instrument.ChronometerInstrument

public abstract class ChronometerInstrument
extends Instrument<Chronometer>


Constructor Summary
ChronometerInstrument(ConfigurationProvider provider, MetricProperty... properties)
           
ChronometerInstrument(Metrics.MetricBuilder<Chronometer> builder, String domain, MetricProperty... properties)
           
 
Method Summary
 void with(Chronometer chronometer)
           
abstract  void withChronometer()
           
 
Methods inherited from class org.smallmind.instrument.Instrument
getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChronometerInstrument

public ChronometerInstrument(ConfigurationProvider provider,
                             MetricProperty... properties)

ChronometerInstrument

public ChronometerInstrument(Metrics.MetricBuilder<Chronometer> builder,
                             String domain,
                             MetricProperty... properties)
Method Detail

withChronometer

public abstract void withChronometer()
                              throws Exception
Throws:
Exception

with

public final void with(Chronometer chronometer)
                throws Exception
Specified by:
with in class Instrument<Chronometer>
Throws:
Exception


Copyright © 2012. All Rights Reserved.