javax.management.loading |
|
Java Source File Name | Type | Comment |
ClassLoaderRepository.java | Interface | A repository for ClassLoader MBeans. |
DefaultLoaderRepository.java | Class | |
MLet.java | Class | |
MLetContent.java | Class | This class is supposed to represent an MLET tag in a MLet file; a big
mistake in JMX 1.2 specification introduced this class in a poorly designed
MLet.check method, but left this class package private, so that it is totally
useless. |
MLetMBean.java | Interface | |
PrivateClassLoader.java | Interface | Tag interface that identifies classloader MBeans that should not be added to the
MBeanServer's ClassLoaderRepository when registered in the MBeanServer. |
PrivateMLet.java | Class | An MLet that is not registered in the MBeanServer's ClassLoaderRepository (since it implements
the tag interface PrivateClassLoader). |