org.hibernate.bytecode.spi
Class InstrumentedClassLoader
java.lang.Object
java.lang.ClassLoader
org.hibernate.bytecode.spi.InstrumentedClassLoader
public class InstrumentedClassLoader
- extends ClassLoader
A specialized classloader which performs bytecode enhancement on class
definitions as they are loaded into the classloader scope.
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, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentedClassLoader
public InstrumentedClassLoader(ClassLoader parent,
ClassTransformer classTransformer)
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
- Overrides:
loadClass
in class ClassLoader
- Throws:
ClassNotFoundException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.