Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.management.metrics
Class MetricInvocationHandler<T>

java.lang.Object
  extended by org.nuxeo.runtime.management.metrics.MetricInvocationHandler<T>
All Implemented Interfaces:
InvocationHandler

public class MetricInvocationHandler<T>
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method m, Object[] parms)
           
static
<T> T
newProxy(T proxied, Class<?>... classes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newProxy

public static <T> T newProxy(T proxied,
                             Class<?>... classes)

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] parms)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.