org.smallmind.instrument
Class Instrument<M extends Metric>

java.lang.Object
  extended by org.smallmind.instrument.Instrument<M>
Direct Known Subclasses:
ChronometerInstrument

public abstract class Instrument<M extends Metric>
extends Object


Constructor Summary
Instrument(InstrumentationArguments<M> arguments)
           
 
Method Summary
 InstrumentationArguments<M> getArguments()
           
abstract  void with(M metric)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instrument

public Instrument(InstrumentationArguments<M> arguments)
Method Detail

getArguments

public InstrumentationArguments<M> getArguments()

with

public abstract void with(M metric)
                   throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.