| Package | Description |
|---|---|
| org.jboss.classpool.base | |
| org.jboss.classpool.plugins | |
| org.jboss.classpool.plugins.temp | |
| org.jboss.classpool.scoped |
A custom class pool for several JBoss products.
|
| org.jboss.classpool.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClassPool
Intermediate class containing commonly needed functionality for the new classpools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingClassPool
Base class for classpools backed by a domain
|
class |
NonDelegatingClassPool
ClassPool for class loaders not backed by a repository/classloading domain
|
| Modifier and Type | Class and Description |
|---|---|
class |
TempJBossClassPool
The temporary classpool used by the instrumentor.
|
class |
TempJBossDelegatingClassPool |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ClassLoader,ScopedClassPool> |
ScopedClassPoolRepositoryImpl.registeredCLs
The registered classloaders
|
| Modifier and Type | Method and Description |
|---|---|
ScopedClassPool |
ScopedClassPoolFactory.create(ClassLoader cl,
javassist.ClassPool src,
ScopedClassPoolRepository repository)
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolFactory.create(javassist.ClassPool src,
ScopedClassPoolRepository repository)
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolRepositoryImpl.createScopedClassPool(ClassLoader cl,
javassist.ClassPool src)
Creates a ClassPool corresponding to
classLoader. |
ScopedClassPool |
ScopedClassPoolRepository.createScopedClassPool(ClassLoader cl,
javassist.ClassPool src)
Create a scoped classpool.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ClassLoader,ScopedClassPool> |
ScopedClassPoolRepositoryImpl.getRegisteredCLs()
Get the registered classloaders
|
Map<ClassLoader,ScopedClassPool> |
ScopedClassPoolRepository.getRegisteredCLs()
Get the registered classloaders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassPool
A ClassPool tailored for usage with JBoss AS.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.