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

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


Uses of Interface
javax.management.loading.ClassLoaderRepository

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

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 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 HeirarchicalLoaderRepository2
          A simple extension of UnifiedLoaderRepository2 that adds the notion of a parent UnifiedLoaderRepository.
 class HeirarchicalLoaderRepository3
          A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository.
 class HeirarchicalLoaderRepository4
          A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository.
 class LoaderRepository
           
 class UnifiedLoaderRepository
          Deprecated. Use the UnifiedLoaderRepository3 version
 class UnifiedLoaderRepository2
          Deprecated. Use the UnifiedLoaderRepository3 version
 class UnifiedLoaderRepository3
          A repository of class loaders that form a flat namespace of classes and resources.
 class UnifiedLoaderRepository4
          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()
           
 



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