|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.ClassPool
javassist.scopedpool.ScopedClassPool
org.jboss.aop.classpool.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.classpool.AOPClassPool |
|---|
generatedClasses, localResources |
| Fields inherited from class javassist.scopedpool.ScopedClassPool |
|---|
classLoader, classPath, repository, softcache |
| Fields inherited from class javassist.ClassPool |
|---|
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source |
| Constructor Summary | |
|---|---|
protected |
JBossClassPool32(ClassLoader cl,
javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository,
File tmp)
|
protected |
JBossClassPool32(javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
|
| Method Summary | |
|---|---|
boolean |
isUnloadedClassLoader()
|
Class |
toClass(javassist.CtClass cc,
ClassLoader loader,
ProtectionDomain domain)
|
| Methods inherited from class org.jboss.aop.classpool.AOPClassPool |
|---|
close, createAOPClassPool, createAOPClassPool, getCached, getLocally, getResourceName, isLocalResource, registerGeneratedClass, setClassLoader, toString |
| Methods inherited from class javassist.scopedpool.ScopedClassPool |
|---|
cacheCtClass, flushClass, getCachedLocally, getClassLoader, getClassLoader0, 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, toClass |
| 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,
javassist.scopedpool.ScopedClassPoolRepository repository,
File tmp)
protected JBossClassPool32(javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
| Method Detail |
|---|
public boolean isUnloadedClassLoader()
isUnloadedClassLoader in class javassist.scopedpool.ScopedClassPool
public Class toClass(javassist.CtClass cc,
ClassLoader loader,
ProtectionDomain domain)
throws javassist.CannotCompileException
toClass in class javassist.scopedpool.ScopedClassPooljavassist.CannotCompileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||