|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoaderRepository | |
org.jboss.mx.loading |
Uses of LoaderRepository in org.jboss.mx.loading |
Subclasses of LoaderRepository in org.jboss.mx.loading | |
class |
BasicLoaderRepository
Implements a simple classloader repository for the MBean server. |
class |
HeirarchicalLoaderRepository2
A simple extension of UnifiedLoaderRepository2 that adds the notion of a parent UnifiedLoaderRepository. |
class |
HeirarchicalLoaderRepository3
A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository. |
class |
HeirarchicalLoaderRepository4
A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository. |
class |
UnifiedLoaderRepository
Deprecated. Use the UnifiedLoaderRepository3 version |
class |
UnifiedLoaderRepository2
Deprecated. Use the UnifiedLoaderRepository3 version |
class |
UnifiedLoaderRepository3
A repository of class loaders that form a flat namespace of classes and resources. |
class |
UnifiedLoaderRepository4
A repository of class loaders that form a flat namespace of classes and resources. |
Fields in org.jboss.mx.loading declared as LoaderRepository | |
protected LoaderRepository |
UnifiedClassLoader.repository
Reference to the unified repository. |
protected LoaderRepository |
LoaderRepositoryClassLoader.repository
The loader repository |
protected static LoaderRepository |
LoaderRepository.instance
|
Methods in org.jboss.mx.loading that return LoaderRepository | |
LoaderRepository |
UnifiedLoaderRepositoryMBean.registerClassLoader(UnifiedClassLoader ucl)
|
LoaderRepository |
UnifiedLoaderRepositoryMBean.getInstance()
|
LoaderRepository |
UnifiedLoaderRepository4.registerClassLoader(UnifiedClassLoader ucl)
This method provides an mbean-accessible way to add a UnifiedClassloader, and sends a notification when it is added. |
LoaderRepository |
UnifiedLoaderRepository4.getInstance()
|
LoaderRepository |
UnifiedLoaderRepository3.registerClassLoader(UnifiedClassLoader ucl)
This method provides an mbean-accessible way to add a UnifiedClassloader, and sends a notification when it is added. |
LoaderRepository |
UnifiedLoaderRepository3.getInstance()
|
LoaderRepository |
UnifiedLoaderRepository2.registerClassLoader(UnifiedClassLoader ucl)
Deprecated. This method provides an mbean-accessible way to add a UnifiedClassloader, and sends a notification when it is added. |
LoaderRepository |
UnifiedLoaderRepository2.getInstance()
Deprecated. |
LoaderRepository |
UnifiedLoaderRepository.registerClassLoader(UnifiedClassLoader ucl)
Deprecated. This method provides an mbean-accessible way to add a UnifiedClassloader, and sends a notification when it is added. |
LoaderRepository |
UnifiedLoaderRepository.getInstance()
Deprecated. |
LoaderRepository |
UnifiedClassLoader.getLoaderRepository()
|
static LoaderRepository |
LoaderRepository.getDefaultLoaderRepository()
|
Methods in org.jboss.mx.loading with parameters of type LoaderRepository | |
void |
UnifiedClassLoader.setRepository(LoaderRepository repository)
|
void |
LoaderRepositoryFactory.LoaderRepositoryConfigParser.configure(LoaderRepository repository,
String config)
|
void |
HeirarchicalLoaderRepository3ConfigParser.configure(LoaderRepository repository,
String config)
Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on the value of the java2ParentDelegation property found in the config. |
Constructors in org.jboss.mx.loading with parameters of type LoaderRepository | |
UnifiedClassLoader4(URL url,
URL origURL,
LoaderRepository repository)
Construct a UnifiedClassLoader and associate it with the given repository. |
|
UnifiedClassLoader4(URL url,
URL origURL,
ClassLoader parent,
LoaderRepository repository)
Construct a UnifiedClassLoader and associate it with the given repository. |
|
UnifiedClassLoader3(URL url,
URL origURL,
LoaderRepository repository)
Construct a UnifiedClassLoader and associate it with the given repository. |
|
UnifiedClassLoader3(URL url,
URL origURL,
ClassLoader parent,
LoaderRepository repository)
Construct a UnifiedClassLoader and associate it with the given repository. |
|
UnifiedClassLoader2(URL url,
URL origURL,
LoaderRepository repository)
Construct a UnifiedClassLoader and registers it to the given repository. |
|
UnifiedClassLoader(URL url,
LoaderRepository repository)
Construct a UnifiedClassLoader and registers it to the given repository. |
|
UnifiedClassLoader(URL url,
URL origURL,
LoaderRepository repository)
Construct a UnifiedClassLoader and registers it to the given repository. |
|
LoaderRepositoryClassLoader(ClassLoader parent,
LoaderRepository repository)
Constructor |
|
LoaderRepositoryClassLoader(ClassLoader parent,
LoaderRepository repository,
URLStreamHandlerFactory factory)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |