org.jboss.aop.classpool
Class NonDelegatingClassPool

java.lang.Object
  extended by javassist.ClassPool
      extended by javassist.scopedpool.ScopedClassPool
          extended by org.jboss.aop.classpool.AOPClassPool
              extended by org.jboss.aop.classpool.BaseClassPool
                  extended by org.jboss.aop.classpool.NonDelegatingClassPool

public class NonDelegatingClassPool
extends BaseClassPool

ClassPool for class loaders not backed by a repository/classloading domain

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.classpool.AOPClassPool
generatedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGY
 
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
NonDelegatingClassPool(ClassLoader cl, javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository, boolean parentFirst)
           
 
Method Summary
 javassist.CtClass createCtClass(String classname, boolean useCache)
          Make createCtClass public so that we can override it
 
Methods inherited from class org.jboss.aop.classpool.BaseClassPool
close, createParentCtClass, get, get0, getParent, isLocalClassLoaderResource
 
Methods inherited from class org.jboss.aop.classpool.AOPClassPool
cacheCtClass, createAOPClassPool, createAOPClassPool, doneGeneratingClass, getCached, getCachedLocally, getClassPoolLogStringForClass, getLocally, getResourceName, includeInGlobalSearch, internalGet0, isClassLoadedButNotWoven, isGeneratedClass, isLocalResource, lockInCache, registerGeneratedClass, setClassLoadedButNotWoven, toString
 
Methods inherited from class javassist.scopedpool.ScopedClassPool
flushClass, getClassLoader, getClassLoader0, isUnloadedClassLoader, soften, toClass
 
Methods inherited from class javassist.ClassPool
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, find, get, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass, toClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonDelegatingClassPool

public NonDelegatingClassPool(ClassLoader cl,
                              javassist.ClassPool src,
                              javassist.scopedpool.ScopedClassPoolRepository repository,
                              boolean parentFirst)
Method Detail

createCtClass

public javassist.CtClass createCtClass(String classname,
                                       boolean useCache)
Description copied from class: AOPClassPool
Make createCtClass public so that we can override it

Overrides:
createCtClass in class BaseClassPool


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.