Uses of Interface
javax.management.loading.ClassLoaderRepository
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the classes which implement advanced dynamic
loading.
Provides the definition of the ModelMBean classes.
-
Uses of ClassLoaderRepository in javax.management
Modifier and TypeMethodDescriptionMBeanServer.getClassLoaderRepository()
Return the ClassLoaderRepository for this MBeanServer.static ClassLoaderRepository
MBeanServerFactory.getClassLoaderRepository
(MBeanServer server) Return the ClassLoaderRepository used by the given MBeanServer. -
Uses of ClassLoaderRepository in javax.management.loading
Modifier and TypeMethodDescriptionClass
<?> MLet.loadClass
(String name, ClassLoaderRepository clr) Deprecated, for removal: This API element is subject to removal in a future version.Load a class, using the givenClassLoaderRepository
if the class is not found in this MLet's URLs. -
Uses of ClassLoaderRepository in javax.management.modelmbean
Modifier and TypeMethodDescriptionprotected ClassLoaderRepository
RequiredModelMBean.getClassLoaderRepository()
Return the Class Loader Repository used to perform class loading.