org.shiftone.jrat.core.config
Class CompositeMethodHandler

java.lang.Object
  extended by org.shiftone.jrat.core.config.CompositeMethodHandler
All Implemented Interfaces:
MethodHandler

public class CompositeMethodHandler
extends java.lang.Object
implements MethodHandler

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
CompositeMethodHandler(java.util.Collection methodHandlers)
           
 
Method Summary
 void onMethodFinish(java.lang.Object target, 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

CompositeMethodHandler

public CompositeMethodHandler(java.util.Collection methodHandlers)
Method Detail

onMethodStart

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

onMethodFinish

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