Uses of Interface
org.chromattic.spi.instrument.MethodHandler

Packages that use MethodHandler
org.chromattic.spi.instrument   
 

Uses of MethodHandler in org.chromattic.spi.instrument
 

Methods in org.chromattic.spi.instrument that return MethodHandler
 MethodHandler ProxyType.getInvoker(java.lang.Object proxy)
          Returns the method handler for the specified proxy or null if the object argument is not instrumented.
 

Methods in org.chromattic.spi.instrument with parameters of type MethodHandler
 O ProxyType.createProxy(MethodHandler handler)
          Create a proxy instance that delegates all method invocations to the provided handler
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.