org.apache.openejb.util.classloader
Class ClassLoaderAwareHandler

java.lang.Object
  extended by org.apache.openejb.util.classloader.ClassLoaderAwareHandler
All Implemented Interfaces:
InvocationHandler

public final class ClassLoaderAwareHandler
extends Object
implements InvocationHandler


Constructor Summary
ClassLoaderAwareHandler(String toString, Object delegate, ClassLoader loader)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderAwareHandler

public ClassLoaderAwareHandler(String toString,
                               Object delegate,
                               ClassLoader loader)
Method Detail

invoke

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


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.