|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavassist.ClassPool
org.jboss.aop.AOPClassPool
org.jboss.aop.deployment.JBossClassPool
Comment
| Field Summary | |
protected File |
tempdir
Used for dynamically created classes (see loadClass(String, byte[]), ClassLoader) |
protected Object |
tmplock
|
| Fields inherited from class org.jboss.aop.AOPClassPool |
classPath, dcl, manager |
| Fields inherited from class javassist.ClassPool |
childFirstLookup, classes, parent, source |
| Constructor Summary | |
protected |
JBossClassPool(ClassLoader cl,
javassist.ClassPool src,
org.jboss.aop.AspectManager manager,
File tmp)
|
protected |
JBossClassPool(javassist.ClassPool src,
org.jboss.aop.AspectManager manager)
|
| Method Summary | |
Class |
toClass(javassist.CtClass cc,
ClassLoader loader)
|
| Methods inherited from class org.jboss.aop.AOPClassPool |
close, createAOPClassPool, createAOPClassPool, flushClass, getCached, getCachedLocally, getLocally |
| Methods inherited from class javassist.ClassPool |
appendClassPath, appendClassPath, appendPathList, appendSystemPath, cacheCtClass, createCtClass, find, get, get, get0, getAndRename, getDefault, getMethod, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected File tempdir
protected final Object tmplock
| Constructor Detail |
protected JBossClassPool(ClassLoader cl,
javassist.ClassPool src,
org.jboss.aop.AspectManager manager,
File tmp)
protected JBossClassPool(javassist.ClassPool src,
org.jboss.aop.AspectManager manager)
| Method Detail |
public Class toClass(javassist.CtClass cc,
ClassLoader loader)
throws javassist.CannotCompileException
javassist.CannotCompileException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||