|
||||||||||
| 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.JBossClassPool32
public class JBossClassPool32
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, manager, softcache |
| Fields inherited from class javassist.ClassPool |
|---|
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source |
| Constructor Summary | |
|---|---|
protected |
JBossClassPool32(ClassLoader cl,
javassist.ClassPool src,
org.jboss.aop.AspectManager manager,
File tmp)
|
protected |
JBossClassPool32(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, setClassLoader, 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 JBossClassPool32(ClassLoader cl,
javassist.ClassPool src,
org.jboss.aop.AspectManager manager,
File tmp)
protected JBossClassPool32(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.AOPClassPooljavassist.CannotCompileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||