Uses of Class
org.jboss.mx.loading.LoaderRepository

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 HeirarchicalLoaderRepository3
          A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository.
 class UnifiedLoaderRepository3
          A repository of class loaders that form a flat namespace of classes and resources.
 

Fields in org.jboss.mx.loading declared as LoaderRepository
protected static LoaderRepository LoaderRepository.instance
           
protected  LoaderRepository LoaderRepositoryClassLoader.repository
          The loader repository
protected  LoaderRepository RepositoryClassLoader.repository
          Reference to the repository.
 

Methods in org.jboss.mx.loading that return LoaderRepository
 LoaderRepository UnifiedLoaderRepository3.getInstance()
           
 LoaderRepository UnifiedLoaderRepositoryMBean.getInstance()
           
 LoaderRepository RepositoryClassLoader.getLoaderRepository()
          Get the loader repository for this classloader
 LoaderRepository UnifiedLoaderRepository3.registerClassLoader(RepositoryClassLoader ucl)
          This method provides an mbean-accessible way to add a UnifiedClassloader, and sends a notification when it is added.
 LoaderRepository UnifiedLoaderRepositoryMBean.registerClassLoader(RepositoryClassLoader ucl)
           
 

Methods in org.jboss.mx.loading with parameters of type LoaderRepository
 int HeirarchicalLoaderRepository3.compare(LoaderRepository lr)
           
 int LoaderRepository.compare(LoaderRepository lr)
          Compare two loader repository, by default we do no special ordering
 void HeirarchicalLoaderRepository3ConfigParser.configure(LoaderRepository repository, String config)
          Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on the value of the java2ParentDelegation property found in the config.
 void LoaderRepositoryFactory.LoaderRepositoryConfigParser.configure(LoaderRepository repository, String config)
           
protected  int HeirarchicalLoaderRepository3.reverseCompare(LoaderRepository lr)
           
protected  int LoaderRepository.reverseCompare(LoaderRepository lr)
          Allow subclasses to override the ordering
 void RepositoryClassLoader.setRepository(LoaderRepository repository)
          Set the loader repository
 

Constructors in org.jboss.mx.loading with parameters of type LoaderRepository
LoaderRepositoryClassLoader(ClassLoader parent, LoaderRepository repository)
          Constructor
LoaderRepositoryClassLoader(ClassLoader parent, LoaderRepository repository, URLStreamHandlerFactory factory)
          Constructor
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.
UnifiedClassLoader3(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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.