Uses of Interface
javax.management.loading.ClassLoaderRepository
-
Packages that use ClassLoaderRepository Package Description javax.management Provides the core classes for the Java Management Extensions.javax.management.loading Provides the classes which implement advanced dynamic loading.javax.management.modelmbean Provides the definition of the ModelMBean classes. -
-
Uses of ClassLoaderRepository in javax.management
Methods in javax.management that return ClassLoaderRepository Modifier and Type Method and Description ClassLoaderRepository
MBeanServer. 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
Methods in javax.management.loading with parameters of type ClassLoaderRepository Modifier and Type Method and Description Class<?>
MLet. loadClass(String name, ClassLoaderRepository clr)
Load a class, using the givenClassLoaderRepository
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 Modifier and Type Method and Description protected ClassLoaderRepository
RequiredModelMBean. getClassLoaderRepository()
Return the Class Loader Repository used to perform class loading.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.