org.jboss.aop.asintegration.jboss4
Class ToClassInvoker

java.lang.Object
  extended by org.jboss.aop.asintegration.jboss4.ToClassInvoker

public class ToClassInvoker
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
 File tmpDir
           
 Object tmplock
           
 
Constructor Summary
ToClassInvoker(File tmpDir)
           
 
Method Summary
 Class<?> toClass(ToClassInvokerPoolReference pool, javassist.CtClass cc, String classFileName, ClassLoader loader, ProtectionDomain domain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tmpDir

public File tmpDir

tmplock

public Object tmplock
Constructor Detail

ToClassInvoker

public ToClassInvoker(File tmpDir)
Method Detail

toClass

public Class<?> toClass(ToClassInvokerPoolReference pool,
                        javassist.CtClass cc,
                        String classFileName,
                        ClassLoader loader,
                        ProtectionDomain domain)
                 throws javassist.CannotCompileException
Throws:
javassist.CannotCompileException


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.