org.apache.openejb.util.proxy
Class ProxyManager
java.lang.Object
org.apache.openejb.util.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()
registerFactory
public static ProxyFactory registerFactory(java.lang.String factoryName,
ProxyFactory factory)
unregisterFactory
public static ProxyFactory unregisterFactory(java.lang.String factoryName)
checkDefaultFactory
public static void checkDefaultFactory()
getFactory
public static ProxyFactory getFactory(java.lang.String factoryName)
setDefaultFactory
public static ProxyFactory setDefaultFactory(java.lang.String factoryName)
getDefaultFactory
public static ProxyFactory getDefaultFactory()
getDefaultFactoryName
public static java.lang.String getDefaultFactoryName()
getInvocationHandler
public static InvocationHandler getInvocationHandler(java.lang.Object proxy)
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)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.