org.chromattic.spi.instrument
Interface Instrumentor


public interface Instrumentor

Version:
$Revision$
Author:
Julien Viet

Method Summary
 MethodHandler getInvoker(java.lang.Object proxy)
          Returns the method handler for the specified proxy or null if the object argument is not instrumented.
<O> ProxyType<O>
getProxyClass(java.lang.Class<O> clazz)
           
 

Method Detail

getProxyClass

<O> ProxyType<O> getProxyClass(java.lang.Class<O> clazz)

getInvoker

MethodHandler getInvoker(java.lang.Object proxy)
Returns the method handler for the specified proxy or null if the object argument is not instrumented.

Parameters:
proxy - the instrumented proxy
Returns:
the method handler


Copyright © 2012 eXo Platform SAS. All Rights Reserved.