Nuxeo Enterprise Platform 5.4

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

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

public class MetricInvocationHandler<T>
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] parms)
           
static
<T> T
newProxy(T proxied, java.lang.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,
                             java.lang.Class<?>... classes)

invoke

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.