Uses of Interface
org.openjdk.jmc.common.IMCClassLoader
-
Packages that use IMCClassLoader Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IMCClassLoader in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCClassLoader Modifier and Type Method Description IMCClassLoaderIMCModule. 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 IMCClassLoader Modifier and Type Field Description static ContentType<IMCClassLoader>UnitLookup. CLASS_LOADER -
Uses of IMCClassLoader in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCClassLoader Modifier and Type Class Description classMCClassLoaderBase implementation of theIMCClassLoaderinterface.Methods in org.openjdk.jmc.common.util with parameters of type IMCClassLoader Modifier and Type Method Description static StringFormatToolkit. getHumanReadable(IMCClassLoader classLoader)Get a human readable string representing a classloader.
-