org.jpox.enhancer
Class ImplementationCreatorImpl.ImplementationCreatorClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byorg.jpox.enhancer.ImplementationCreatorImpl.ImplementationCreatorClassLoader
Enclosing class:
ImplementationCreatorImpl

public static final class ImplementationCreatorImpl.ImplementationCreatorClassLoader
extends java.lang.ClassLoader

ClassLoader for newly defined classes


Constructor Summary
ImplementationCreatorImpl.ImplementationCreatorClassLoader()
           
 
Method Summary
 void defineClass(java.lang.String fullClassName, byte[] bytes)
          Define a class in this ClassLoader
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, 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

ImplementationCreatorImpl.ImplementationCreatorClassLoader

public ImplementationCreatorImpl.ImplementationCreatorClassLoader()
Method Detail

defineClass

public void defineClass(java.lang.String fullClassName,
                        byte[] bytes)
Define a class in this ClassLoader

Parameters:
fullClassName - the class name
bytes - the bytes representation of the class


Copyright © -2007 . All Rights Reserved.