Uses of Class
org.javasimon.Sample

Packages that use Sample
org.javasimon Core package, contains Simon implementations, with the SimonManager as the center point of the API. 
org.javasimon.jmx JMX capabilities for Simons. 
org.javasimon.utils Java Simon supporting utilities and tools. 
 

Uses of Sample in org.javasimon
 

Subclasses of Sample in org.javasimon
 class CounterSample
          CounterSample.
 class StopwatchSample
          Object holds all relevant data from Stopwatch Simon.
 class UnknownSample
          Sample produced by UnknownSimons.
 

Methods in org.javasimon that return Sample
 Sample UnknownSimon.sample()
           
 Sample Simon.sample()
          Samples Simon values and returns them in a Java Bean derived from Sample interface.
 Sample NullSimon.sample()
           
 Sample UnknownSimon.sampleAndReset()
           
 Sample Simon.sampleAndReset()
          Samples Simon values and returns them in a Java Bean derived from Sample interface and resets the Simon.
 Sample NullSimon.sampleAndReset()
           
 

Methods in org.javasimon with parameters of type Sample
(package private)  void AbstractSimon.sampleCommon(Sample sample)
           
 

Uses of Sample in org.javasimon.jmx
 

Methods in org.javasimon.jmx that return Sample
 Sample SimonSuperMXBean.sample()
          Samples Simon values and returns them in a Java Bean derived from Sample interface.
 Sample SimonSuperMXBean.sampleAndReset()
          Samples Simon values and returns them in a Java Bean derived from Sample interface and resets the Simon.
 

Uses of Sample in org.javasimon.utils
 

Fields in org.javasimon.utils with type parameters of type Sample
private  Iterable<Sample> SampleHtmlGenerator.samples
           
 

Methods in org.javasimon.utils with parameters of type Sample
private  void SampleHtmlGenerator.buildRowForSample(Sample sample)
           
static String SampleHtmlGenerator.generate(Sample... samples)
          Generates HTML table for the provided Samples.
 

Method parameters in org.javasimon.utils with type arguments of type Sample
static String SampleHtmlGenerator.generate(Iterable<Sample> samples)
          Generates HTML table for the provided Samples.
 

Constructor parameters in org.javasimon.utils with type arguments of type Sample
SampleHtmlGenerator(Iterable<Sample> samples)
           
 



Copyright © 2013. All Rights Reserved.