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 RepositoryClassLoader.repository
          Reference to the repository.
protected  LoaderRepository LoaderRepositoryClassLoader.repository
          The loader repository
 

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

Methods in org.jboss.mx.loading with parameters of type LoaderRepository
 int LoaderRepository.compare(LoaderRepository lr)
          Compare two loader repository, by default we do no special ordering
 int HeirarchicalLoaderRepository3.compare(LoaderRepository lr)
           
 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.
protected  int LoaderRepository.reverseCompare(LoaderRepository lr)
          Allow subclasses to override the ordering
protected  int HeirarchicalLoaderRepository3.reverseCompare(LoaderRepository lr)
           
 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.