org.jboss.aop.asintegration.jboss4
Class ScopedJBossClassPool

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.jboss4.JBossClassPool
                  extended by org.jboss.aop.asintegration.jboss4.ScopedJBossClassPool
All Implemented Interfaces:
ToClassInvokerPoolReference

public class ScopedJBossClassPool
extends JBossClassPool

A classpool in JBoss backed by a scoped (HierarchicalLoaderRepository) loader repository

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
ScopedJBossClassPool(ClassLoader cl, javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository, File tmp, URL tmpURL)
           
 
Method Summary
 javassist.CtClass getCached(String classname)
           
protected  boolean includeInGlobalSearch()
           
 
Methods inherited from class org.jboss.aop.asintegration.jboss4.JBossClassPool
isUnloadedClassLoader, lockInCache, superPoolToClass, toClass
 
Methods inherited from class org.jboss.aop.classpool.AOPClassPool
cacheCtClass, close, createAOPClassPool, createAOPClassPool, createCtClass, doneGeneratingClass, getCachedLocally, getClassPoolLogStringForClass, getLocally, getResourceName, internalGet0, isClassLoadedButNotWoven, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, 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, get0, 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.jboss4.ToClassInvokerPoolReference
getClassLoader
 

Constructor Detail

ScopedJBossClassPool

public ScopedJBossClassPool(ClassLoader cl,
                            javassist.ClassPool src,
                            javassist.scopedpool.ScopedClassPoolRepository repository,
                            File tmp,
                            URL tmpURL)
Method Detail

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.