org.drools.base
Class ClassFieldAccessorCache.ByteArrayClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.drools.base.ClassFieldAccessorCache.ByteArrayClassLoader
Enclosing class:
ClassFieldAccessorCache

public static class ClassFieldAccessorCache.ByteArrayClassLoader
extends ClassLoader


Constructor Summary
ClassFieldAccessorCache.ByteArrayClassLoader(ClassLoader parent)
           
 
Method Summary
 Class<?> defineClass(String name, byte[] bytes, ProtectionDomain domain)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFieldAccessorCache.ByteArrayClassLoader

public ClassFieldAccessorCache.ByteArrayClassLoader(ClassLoader parent)
Method Detail

defineClass

public Class<?> defineClass(String name,
                            byte[] bytes,
                            ProtectionDomain domain)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.