|
||||||||||
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
public class 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, softcache |
Fields inherited from class javassist.ClassPool |
---|
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, 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 | |
---|---|
boolean |
isUnloadedClassLoader()
|
Class |
toClass(javassist.CtClass cc,
ClassLoader loader)
|
Methods inherited from class org.jboss.aop.AOPClassPool |
---|
cacheCtClass, close, createAOPClassPool, createAOPClassPool, flushClass, getCached, getCachedLocally, getClassLoader, getLocally, lockInCache, soften |
Methods inherited from class javassist.ClassPool |
---|
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, createCtClass, find, get, get, get0, getAndRename, getDefault, getImportedPackages, getMethod, importPackage, 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 boolean isUnloadedClassLoader()
isUnloadedClassLoader
in class org.jboss.aop.AOPClassPool
public Class toClass(javassist.CtClass cc, ClassLoader loader) throws javassist.CannotCompileException
toClass
in class org.jboss.aop.AOPClassPool
javassist.CannotCompileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |