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

Uses of Package org.jboss.mx.loading (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


Uses of Package
org.jboss.mx.loading

Packages that use org.jboss.mx.loading
org.jboss.mx.loading   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Classes in org.jboss.mx.loading used by org.jboss.mx.loading
ClassLoadingTask
          An encapsulation of a UCL3.loadClass task.
LoaderRepository
           
LoaderRepositoryFactory.LoaderRepositoryConfig
          A class that represents the configuration of the a LoaderRepository.
LoaderRepositoryFactory.LoaderRepositoryConfigParser
          The interface representing a LoaderRepository configuration parser.
MBeanFileParser
          Interface that abstracts the access to different MBean loader parsers (MLet file parsers, XML based parsers, etc.).
UnifiedClassLoader
          A ClassLoader which loads classes from a single URL in conjunction with the LoaderRepository.
UnifiedClassLoader2MBean
          Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean.
UnifiedClassLoader3
          An extension of UnifiedClassLoader that manages a thread based loading strategy to work around the locking problems associated with the VM initiated locking due to the synchronized loadClassInternal method of ClassLoader which cannot be overriden.
UnifiedClassLoader3MBean
          Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean.
UnifiedClassLoader4
          An extension of UnifiedClassLoader that manages a thread based loading strategy to work around the locking problems associated with the VM initiated locking due to the synchronized loadClassInternal method of ClassLoader which cannot be overriden.
UnifiedClassLoaderMBean
          Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean.
UnifiedLoaderRepository2
          Deprecated. Use the UnifiedLoaderRepository3 version
UnifiedLoaderRepository2MBean
           
UnifiedLoaderRepository3
          A repository of class loaders that form a flat namespace of classes and resources.
UnifiedLoaderRepository3MBean
          The UnifiedLoaderRepository3 (ULR) management interface
UnifiedLoaderRepository4
          A repository of class loaders that form a flat namespace of classes and resources.
UnifiedLoaderRepository4MBean
          The UnifiedLoaderRepository4 (ULR) management interface
UnifiedLoaderRepositoryMBean
          UnifiedLoaderRepositoryMBean.java Created: Sun Apr 14 13:04:04 2002
 

Classes in org.jboss.mx.loading used by org.jboss.mx.util
MBeanElement
          Dataholder class used with MBean file parsers.
 



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