Uses of Interface
com.ibm.java.diagnostics.utils.plugins.PluginLoader
-
Packages that use PluginLoader Package Description com.ibm.java.diagnostics.utils com.ibm.jvm.dtfjview -
-
Uses of PluginLoader in com.ibm.java.diagnostics.utils
Classes in com.ibm.java.diagnostics.utils that implement PluginLoader Modifier and Type Class Description class
DTFJContext
A DTFJ context within which a DTFJ command executesclass
EmptyDTFJContext
It is possible that if a core file is sufficiently corrupt, or that an invalid type of file is passed to jdmpview, then at least one context needs to be created so that the user can exit the toolMethods in com.ibm.java.diagnostics.utils that return PluginLoader Modifier and Type Method Description PluginLoader
IContext. getPluginClassloader()
Gets the classloader which has been used to add plugins. -
Uses of PluginLoader in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement PluginLoader Modifier and Type Class Description class
CombinedContext
Wrapper class that takes an existing DTFJ context and augments it with a DDR interactive context if one exists.
-