Uses of Package
org.javasimon.callback

Packages that use org.javasimon.callback
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.callback.async   
org.javasimon.callback.calltree CallTreeCallback gathers information for current thread and displays it subsequent calls like a tree. 
org.javasimon.callback.lastsplits LastSplitsCallback retains last splits in a ring a buffer (fixed size FIFO queue). 
org.javasimon.callback.logging LoggingCallback is able to log stopwatch splits and statistics once in a while (N per millisecond, every N split, when split is longer than N ms, etc.) 
org.javasimon.callback.quantiles QuantilesCallback sorts splits to categories (Buckets) based on time ranges. 
org.javasimon.callback.timeline   
org.javasimon.jmx JMX capabilities for Simons. 
org.javasimon.utils Java Simon supporting utilities and tools. 
 

Classes in org.javasimon.callback used by org.javasimon
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CompositeCallback
          Composite Callback can hold more callbacks which allows to form callback trees where events are passed to sub-callbacks.
FilterCallback
          FilterCallback extends Callback adding filtering capabilities.
 

Classes in org.javasimon.callback used by org.javasimon.callback
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
Callback.Event
          Enumeration of all supported callback actions.
CompositeCallback
          Composite Callback can hold more callbacks which allows to form callback trees where events are passed to sub-callbacks.
CompositeCallbackImpl
          Composite callbacks holds child-callbacks and delegates any operations to all of them.
FilterCallback
          FilterCallback extends Callback adding filtering capabilities.
FilterRule
          Represents filtering rule that checks whether subcallbacks will get the event.
FilterRule.Type
          Enumeration of rule types that determines the evaluation of mutliple rules in a chain.
 

Classes in org.javasimon.callback used by org.javasimon.callback.async
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
 

Classes in org.javasimon.callback used by org.javasimon.callback.calltree
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.callback.lastsplits
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.callback.logging
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.callback.quantiles
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.callback.timeline
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.jmx
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 

Classes in org.javasimon.callback used by org.javasimon.utils
Callback
          Callback processes various events of the Java Simon API and is used as an extension point of the API.
CallbackSkeleton
          Implements Callback interface so that it does nothing - intended for extension by simple (non-composite) callbacks.
 



Copyright © 2013. All Rights Reserved.