Uses of Class
org.javasimon.CounterSample

Packages that use CounterSample
org.javasimon Core package, contains Simon implementations, with the SimonManager as the center point of the API. 
org.javasimon.callback Callback is an event listener registered with the Manager, listening for manager or Simon events. 
org.javasimon.jmx JMX capabilities for Simons. 
org.javasimon.utils Java Simon supporting utilities and tools. 
 

Uses of CounterSample in org.javasimon
 

Methods in org.javasimon that return CounterSample
 CounterSample NullCounter.sample()
           
 CounterSample CounterImpl.sample()
           
 CounterSample Counter.sample()
           
 CounterSample NullCounter.sampleAndReset()
           
 CounterSample CounterImpl.sampleAndReset()
           
 CounterSample Counter.sampleAndReset()
           
 

Uses of CounterSample in org.javasimon.callback
 

Methods in org.javasimon.callback with parameters of type CounterSample
 void CompositeFilterCallback.onCounterDecrease(Counter counter, long dec, CounterSample sample)
           
 void CompositeCallbackImpl.onCounterDecrease(Counter counter, long dec, CounterSample sample)
           
 void CallbackSkeleton.onCounterDecrease(Counter counter, long dec, CounterSample sample)
           
 void Callback.onCounterDecrease(Counter counter, long dec, CounterSample sample)
          Counter decrease event.
 void CompositeFilterCallback.onCounterIncrease(Counter counter, long inc, CounterSample sample)
           
 void CompositeCallbackImpl.onCounterIncrease(Counter counter, long inc, CounterSample sample)
           
 void CallbackSkeleton.onCounterIncrease(Counter counter, long inc, CounterSample sample)
           
 void Callback.onCounterIncrease(Counter counter, long inc, CounterSample sample)
          Counter increase event.
 void CompositeFilterCallback.onCounterSet(Counter counter, long val, CounterSample sample)
           
 void CompositeCallbackImpl.onCounterSet(Counter counter, long val, CounterSample sample)
           
 void CallbackSkeleton.onCounterSet(Counter counter, long val, CounterSample sample)
           
 void Callback.onCounterSet(Counter counter, long val, CounterSample sample)
          Counter set event.
 

Uses of CounterSample in org.javasimon.jmx
 

Subclasses of CounterSample in org.javasimon.jmx
 class CounterSample
          Value object for retrieving data from Counter Simon.
 

Constructors in org.javasimon.jmx with parameters of type CounterSample
CounterSample(CounterSample sample)
          Internall, framework constructor for Simon MBean implementation to initialize all properties by sample obtained from Simon.
 

Uses of CounterSample in org.javasimon.utils
 

Methods in org.javasimon.utils with parameters of type CounterSample
 void SystemDebugCallback.onCounterDecrease(Counter counter, long dec, CounterSample sample)
           
 void SystemDebugCallback.onCounterIncrease(Counter counter, long inc, CounterSample sample)
           
 void SystemDebugCallback.onCounterSet(Counter counter, long val, CounterSample sample)
           
 



Copyright © 2013. All Rights Reserved.