org.apache.openejb.client.proxy
Class ProxyManager
java.lang.Object
org.apache.openejb.client.proxy.ProxyManager
public class ProxyManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyManager
public ProxyManager()
getDefaultFactory
public static ProxyFactory getDefaultFactory()
getDefaultFactoryName
public static String getDefaultFactoryName()
getInvocationHandler
public static InvocationHandler getInvocationHandler(Object proxy)
setInvocationHandler
public static Object setInvocationHandler(Object proxy,
InvocationHandler handler)
getProxyClass
public static Class getProxyClass(Class interfaceType)
throws IllegalAccessException
- Throws:
IllegalAccessException
getProxyClass
public static Class getProxyClass(Class[] interfaces)
throws IllegalAccessException
- Throws:
IllegalAccessException
newProxyInstance
public static Object newProxyInstance(Class interfaceType,
InvocationHandler h)
throws IllegalAccessException
- Throws:
IllegalAccessException
newProxyInstance
public static Object newProxyInstance(Class[] interfaces,
InvocationHandler h)
throws IllegalAccessException
- Throws:
IllegalAccessException
isProxyClass
public static boolean isProxyClass(Class cl)
newProxyInstance
public static Object newProxyInstance(Class proxyClass)
throws IllegalAccessException
- Throws:
IllegalAccessException
getContextClassLoader
public static ClassLoader getContextClassLoader()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.