Package org.shiftone.jrat.provider.tree

The Tree provider traces threads through an in memory call tree.

See:
          Description

Interface Summary
TreeMethodHandlerFactoryMBean  
 

Class Summary
Delegate This is basically a thread specific MethodHandler.
DelegateThreadLocal Class DelegateThreadLocal
TreeMethodHandler  
TreeMethodHandlerFactory Class TreeMethodHandlerFactory
TreeNode Class TreeNode
TreeOutput  
 

Package org.shiftone.jrat.provider.tree Description

The Tree provider traces threads through an in memory call tree. As methods are entered and exited, nodes of this tree are updated with statistics. The result is a tree that indicates what paths are taken through the code, and the cost of each brach of the path.