org.apache.commons.monitoring.aop
Class MonitoringProxyFactory

java.lang.Object
  extended by org.apache.commons.monitoring.aop.MonitoringProxyFactory

public final class MonitoringProxyFactory
extends Object


Method Summary
static
<T> T
monitor(Class<T> clazz, Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

monitor

public static <T> T monitor(Class<T> clazz,
                            Object instance)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.