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

Uses of Interface javax.management.loading.ClassLoaderRepository (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Interface
javax.management.loading.ClassLoaderRepository

Packages that use ClassLoaderRepository
javax.management   
javax.management.loading   
javax.management.modelmbean   
org.jboss.mx.loading   
org.jboss.mx.server   
org.jboss.mx.server.registry   
 

Uses of ClassLoaderRepository in javax.management
 

Methods in javax.management that return ClassLoaderRepository
static ClassLoaderRepository MBeanServerFactory.getClassLoaderRepository(MBeanServer server)
          Returns the classloader repository for an MBeanServer
 ClassLoaderRepository MBeanServer.getClassLoaderRepository()
          Retrieve the classloader repository for this mbean server
 

Uses of ClassLoaderRepository in javax.management.loading
 

Methods in javax.management.loading with parameters of type ClassLoaderRepository
 Class MLet.loadClass(String name, ClassLoaderRepository clr)
          Load a class, using the given ClassLoaderRepository if the class is not found in this MLet's URLs.
 

Uses of ClassLoaderRepository in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ClassLoaderRepository
protected  ClassLoaderRepository RequiredModelMBean.getClassLoaderRepository()
           
 

Uses of ClassLoaderRepository in org.jboss.mx.loading
 

Classes in org.jboss.mx.loading that implement ClassLoaderRepository
 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 LoaderRepository
          Abstract base class of all loader repository implementations
 class UnifiedLoaderRepository3
          A repository of class loaders that form a flat namespace of classes and resources.
 

Uses of ClassLoaderRepository in org.jboss.mx.server
 

Methods in org.jboss.mx.server that return ClassLoaderRepository
 ClassLoaderRepository MBeanServerImpl.getClassLoaderRepository()
          Retrieve the classloader repository for this mbean server
 

Uses of ClassLoaderRepository in org.jboss.mx.server.registry
 

Constructors in org.jboss.mx.server.registry with parameters of type ClassLoaderRepository
BasicMBeanRegistry(MBeanServer server, String defaultDomain, ClassLoaderRepository clr)
          Constructs a new BasicMBeanRegistry.
 



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