org.shiftone.jrat.provider.tree
Class TreeMethodHandler

java.lang.Object
  extended by org.shiftone.jrat.provider.tree.TreeMethodHandler
All Implemented Interfaces:
MethodHandler

public class TreeMethodHandler
extends java.lang.Object
implements MethodHandler

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
TreeMethodHandler(TreeMethodHandlerFactory factory, MethodKey methodKey)
           
 
Method Summary
 void onMethodFinish(java.lang.Object obj, long durationNanos, java.lang.Throwable throwable)
           
 void onMethodStart(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeMethodHandler

public TreeMethodHandler(TreeMethodHandlerFactory factory,
                         MethodKey methodKey)
Method Detail

onMethodStart

public void onMethodStart(java.lang.Object obj)
Specified by:
onMethodStart in interface MethodHandler

onMethodFinish

public void onMethodFinish(java.lang.Object obj,
                           long durationNanos,
                           java.lang.Throwable throwable)
Specified by:
onMethodFinish in interface MethodHandler