Uses of Interface
org.openjdk.jmc.common.IMCClassLoader
Packages that use IMCClassLoader
Package
Description
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
This package contains the data model for quantities and units.
-
Uses of IMCClassLoader in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCClassLoaderModifier and TypeMethodDescriptionIMCModule.getClassLoader()
Returns the class loader where this module is loaded. -
Uses of IMCClassLoader in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCClassLoaderModifier and TypeFieldDescriptionstatic final ContentType<IMCClassLoader>
UnitLookup.CLASS_LOADER
-
Uses of IMCClassLoader in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCClassLoaderModifier and TypeClassDescriptionclass
Base implementation of theIMCClassLoader
interface.Methods in org.openjdk.jmc.common.util with parameters of type IMCClassLoaderModifier and TypeMethodDescriptionstatic String
FormatToolkit.getHumanReadable
(IMCClassLoader classLoader) Get a human readable string representing a classloader.