org.apache.openejb.client.proxy
Class ProxyManager
java.lang.Object
org.apache.openejb.client.proxy.ProxyManager
public class ProxyManager
- extends java.lang.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 java.lang.String getDefaultFactoryName()
getInvocationHandler
public static InvocationHandler getInvocationHandler(java.lang.Object proxy)
setInvocationHandler
public static java.lang.Object setInvocationHandler(java.lang.Object proxy,
InvocationHandler handler)
getProxyClass
public static java.lang.Class getProxyClass(java.lang.Class interfaceType)
throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
getProxyClass
public static java.lang.Class getProxyClass(java.lang.Class[] interfaces)
throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
newProxyInstance
public static java.lang.Object newProxyInstance(java.lang.Class interfaceType,
InvocationHandler h)
throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
newProxyInstance
public static java.lang.Object newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
isProxyClass
public static boolean isProxyClass(java.lang.Class cl)
newProxyInstance
public static java.lang.Object newProxyInstance(java.lang.Class proxyClass)
throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
getContextClassLoader
public static java.lang.ClassLoader getContextClassLoader()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.