org.jboss.aop.asintegration.jboss5
Class ScopedJBoss5ClassPool

java.lang.Object
  extended by javassist.ClassPool
      extended by javassist.scopedpool.ScopedClassPool
          extended by org.jboss.aop.classpool.AOPClassPool
              extended by org.jboss.aop.asintegration.jboss5.JBoss5ClassPool
                  extended by org.jboss.aop.asintegration.jboss5.ScopedJBoss5ClassPool
All Implemented Interfaces:
ToClassInvokerPoolReference

public class ScopedJBoss5ClassPool
extends JBoss5ClassPool

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.asintegration.jboss5.JBoss5ClassPool
toClassInvoker
 
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
ScopedJBoss5ClassPool(ClassLoader cl, javassist.ClassPool src, javassist.ClassPool parentDomainPool, javassist.scopedpool.ScopedClassPoolRepository repository, URL tmpURL, boolean parentFirst, org.jboss.classloader.spi.ClassLoaderDomain domain)
           
 
Method Summary
protected  javassist.CtClass get0(String classname, boolean useCache)
           
 javassist.CtClass getCached(String classname)
           
protected  boolean includeInGlobalSearch()
           
 
Methods inherited from class org.jboss.aop.asintegration.jboss5.JBoss5ClassPool
close, isUnloadedClassLoader, superPoolToClass, toClass
 
Methods inherited from class org.jboss.aop.classpool.AOPClassPool
cacheCtClass, createAOPClassPool, createAOPClassPool, createCtClass, doneGeneratingClass, getCachedLocally, getClassPoolLogStringForClass, getLocally, getResourceName, internalGet0, isClassLoadedButNotWoven, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, lockInCache, registerGeneratedClass, setClassLoadedButNotWoven, toString
 
Methods inherited from class javassist.scopedpool.ScopedClassPool
flushClass, getClassLoader, getClassLoader0, soften
 
Methods inherited from class javassist.ClassPool
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, find, get, 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
 
Methods inherited from interface org.jboss.aop.asintegration.jboss5.ToClassInvokerPoolReference
getClassLoader, lockInCache
 

Constructor Detail

ScopedJBoss5ClassPool

public ScopedJBoss5ClassPool(ClassLoader cl,
                             javassist.ClassPool src,
                             javassist.ClassPool parentDomainPool,
                             javassist.scopedpool.ScopedClassPoolRepository repository,
                             URL tmpURL,
                             boolean parentFirst,
                             org.jboss.classloader.spi.ClassLoaderDomain domain)
Method Detail

get0

protected javassist.CtClass get0(String classname,
                                 boolean useCache)
                          throws javassist.NotFoundException
Overrides:
get0 in class javassist.ClassPool
Throws:
javassist.NotFoundException

getCached

public javassist.CtClass getCached(String classname)
Overrides:
getCached in class AOPClassPool

includeInGlobalSearch

protected boolean includeInGlobalSearch()
Overrides:
includeInGlobalSearch in class AOPClassPool


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