org.apache.openejb.util.proxy
Class LocalBeanProxyFactory.Unsafe

java.lang.Object
  extended by org.apache.openejb.util.proxy.LocalBeanProxyFactory.Unsafe
Enclosing class:
LocalBeanProxyFactory

public static class LocalBeanProxyFactory.Unsafe
extends Object

The methods of this class model sun.misc.Unsafe which is used reflectively


Constructor Summary
LocalBeanProxyFactory.Unsafe()
           
 
Method Summary
static Class defineClass(Class<?> clsToProxy, String proxyName, byte[] proxyBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalBeanProxyFactory.Unsafe

public LocalBeanProxyFactory.Unsafe()
Method Detail

defineClass

public static Class defineClass(Class<?> clsToProxy,
                                String proxyName,
                                byte[] proxyBytes)
                         throws IllegalAccessException,
                                InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException


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