当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 aspects  API Documentation 英文版文档
JBossClassPool32 (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects  API Documentation 英文版文档
org.jboss.aop.deployment
Class JBossClassPool32
java.lang.Object
   javassist.ClassPool
javassist.ClassPool
       org.jboss.aop.AOPClassPool
org.jboss.aop.AOPClassPool
           org.jboss.aop.deployment.JBossClassPool32
org.jboss.aop.deployment.JBossClassPool32
- public class JBossClassPool32- extends org.jboss.aop.AOPClassPool
Comment
- Version:
- $Revision: 1.1.2.3 $
- Author:
- Bill Burke
| Field Summary | 
| protected  File | tempdirUsed 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 | 
 
 
 
| 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 | 
 
 
tempdir
protected File tempdir
- Used for dynamically created classes (see loadClass(String, byte[]), ClassLoader)
 
 
tmplock
protected final Object tmplock
JBossClassPool32
protected JBossClassPool32(ClassLoader cl,
                           javassist.ClassPool src,
                           org.jboss.aop.AspectManager manager,
                           File tmp)
JBossClassPool32
protected JBossClassPool32(javassist.ClassPool src,
                           org.jboss.aop.AspectManager manager)
toClass
public Class toClass(javassist.CtClass cc,
                     ClassLoader loader)
              throws javassist.CannotCompileException
- 
- Throws:
- javassist.CannotCompileException
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.