JBoss AOP Parent POM 2.2.2.GA

org.jboss.aop.standalone
Class StandaloneClassPool

java.lang.Object
  extended by javassist.ClassPool
      extended by org.jboss.classpool.scoped.ScopedClassPool
          extended by org.jboss.classpool.spi.AbstractClassPool
              extended by org.jboss.aop.standalone.StandaloneClassPool

Deprecated. Will be removed when Javassist is upgraded past 3.0 beta2

public class StandaloneClassPool
extends org.jboss.classpool.spi.AbstractClassPool

Comment

Version:
$Revision: 46253 $
Author:
Bill Burke

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.classpool.spi.AbstractClassPool
org.jboss.classpool.spi.AbstractClassPool.ClassPoolSearchStrategy
 
Field Summary
 
Fields inherited from class org.jboss.classpool.spi.AbstractClassPool
generatedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGY
 
Fields inherited from class org.jboss.classpool.scoped.ScopedClassPool
classLoader, classPath, repository, softcache
 
Fields inherited from class javassist.ClassPool
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source
 
Constructor Summary
StandaloneClassPool(ClassLoader cl, javassist.ClassPool src, org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
          Deprecated.  
StandaloneClassPool(javassist.ClassPool src, org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
          Deprecated.  
 
Method Summary
 javassist.CtClass getLocally(String classname)
          Deprecated.  
 Class<?> toClass(javassist.CtClass ctClass)
          Deprecated.  
 
Methods inherited from class org.jboss.classpool.spi.AbstractClassPool
cacheCtClass, close, doneGeneratingClass, getCached, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, registerGeneratedClass, toString
 
Methods inherited from class org.jboss.classpool.scoped.ScopedClassPool
flushClass, getCachedLocally, getClassLoader, getClassLoader0, isUnloadedClassLoader, lockInCache, soften, toClass
 
Methods inherited from class javassist.ClassPool
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, createCtClass, find, get, get, get0, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, getOrNull, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandaloneClassPool

public StandaloneClassPool(ClassLoader cl,
                           javassist.ClassPool src,
                           org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated. 

StandaloneClassPool

public StandaloneClassPool(javassist.ClassPool src,
                           org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated. 
Method Detail

toClass

public Class<?> toClass(javassist.CtClass ctClass)
                 throws javassist.CannotCompileException
Deprecated. 
Overrides:
toClass in class javassist.ClassPool
Throws:
javassist.CannotCompileException

getLocally

public javassist.CtClass getLocally(String classname)
                             throws javassist.NotFoundException
Deprecated. 
Overrides:
getLocally in class org.jboss.classpool.scoped.ScopedClassPool
Throws:
javassist.NotFoundException

JBoss AOP Parent POM 2.2.2.GA

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