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

java.lang.Object
  extended by org.smallmind.instrument.InstrumentationArguments<M>

public class InstrumentationArguments<M extends Metric>
extends Object


Constructor Summary
InstrumentationArguments(Metrics.MetricBuilder<M> builder, String domain, MetricProperty... properties)
           
 
Method Summary
 Metrics.MetricBuilder<M> getBuilder()
           
 String getDomain()
           
 MetricProperty[] getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationArguments

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

getBuilder

public Metrics.MetricBuilder<M> getBuilder()

getDomain

public String getDomain()

getProperties

public MetricProperty[] getProperties()


Copyright © 2012. All Rights Reserved.