站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class org.jboss.mx.loading.LoaderRepository (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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  LoaderRepository RepositoryClassLoader.repository
          Reference to the 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(RepositoryClassLoader ucl)
           
 LoaderRepository UnifiedLoaderRepositoryMBean.getInstance()
           
 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 UnifiedLoaderRepository3.getInstance()
           
 LoaderRepository RepositoryClassLoader.getLoaderRepository()
          Get the loader repository for this classloader
 

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

Constructors in org.jboss.mx.loading with parameters of type LoaderRepository
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.
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
 



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