com.jeantessier.metrics
Class MeasurementDescriptor

java.lang.Object
  |
  +--com.jeantessier.metrics.MeasurementDescriptor

public class MeasurementDescriptor
extends java.lang.Object


Constructor Summary
MeasurementDescriptor()
           
 
Method Summary
 Measurement createMeasurement()
           
 Measurement createMeasurement(Metrics context)
           
 java.lang.Class getClassFor()
           
 void getClassForByName(java.lang.String className)
           
 java.lang.String getInitText()
           
 java.lang.String getLongName()
           
 java.lang.Comparable getLowerThreshold()
           
 java.lang.String getRangeAsString()
           
 java.lang.String getShortName()
           
 java.lang.Comparable getUpperThreshold()
           
 boolean isCached()
           
 boolean isVisible()
           
 void setCached(boolean cached)
           
 void setClassFor(java.lang.Class classFor)
           
 void setInitText(java.lang.String initText)
           
 void setLongName(java.lang.String longName)
           
 void setLowerThreshold(java.lang.Comparable lowerThreshold)
           
 void setShortName(java.lang.String shortName)
           
 void setUpperThreshold(java.lang.Comparable upperThreshold)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementDescriptor

public MeasurementDescriptor()
Method Detail

getShortName

public java.lang.String getShortName()

setShortName

public void setShortName(java.lang.String shortName)

getLongName

public java.lang.String getLongName()

setLongName

public void setLongName(java.lang.String longName)

getClassFor

public java.lang.Class getClassFor()

setClassFor

public void setClassFor(java.lang.Class classFor)

getClassForByName

public void getClassForByName(java.lang.String className)
                       throws java.lang.ClassNotFoundException

getInitText

public java.lang.String getInitText()

setInitText

public void setInitText(java.lang.String initText)

getLowerThreshold

public java.lang.Comparable getLowerThreshold()

setLowerThreshold

public void setLowerThreshold(java.lang.Comparable lowerThreshold)

getUpperThreshold

public java.lang.Comparable getUpperThreshold()

setUpperThreshold

public void setUpperThreshold(java.lang.Comparable upperThreshold)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

isCached

public boolean isCached()

setCached

public void setCached(boolean cached)

createMeasurement

public Measurement createMeasurement()
                              throws java.lang.InstantiationException,
                                     java.lang.IllegalAccessException,
                                     java.lang.NoSuchMethodException,
                                     java.lang.reflect.InvocationTargetException

createMeasurement

public Measurement createMeasurement(Metrics context)
                              throws java.lang.InstantiationException,
                                     java.lang.IllegalAccessException,
                                     java.lang.NoSuchMethodException,
                                     java.lang.reflect.InvocationTargetException

getRangeAsString

public java.lang.String getRangeAsString()


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.