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

Packages that use LoaderRepository
org.jboss.mx.loading   
 

Uses of LoaderRepository in org.jboss.mx.loading
 

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

Methods in org.jboss.mx.loading that return LoaderRepository
 LoaderRepository RepositoryClassLoader.getLoaderRepository()
          Get the loader repository for this classloader
 

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
 void LoaderRepositoryFactory.LoaderRepositoryConfigParser.configure(LoaderRepository repository, String config)
           
protected  int LoaderRepository.reverseCompare(LoaderRepository lr)
          Allow subclasses to override the ordering
 void RepositoryClassLoader.setRepository(LoaderRepository repository)
          Set the loader repository
 



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