Class EmptyDTFJContext
java.lang.Object
com.ibm.java.diagnostics.utils.Context
com.ibm.java.diagnostics.utils.DTFJContext
com.ibm.java.diagnostics.utils.EmptyDTFJContext
- All Implemented Interfaces:
IContext
,IDTFJContext
,PluginLoader
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 tool
-
Field Summary
Fields declared in class com.ibm.java.diagnostics.utils.Context
commands, globalCommands, lastException, lastExecutedCommand, loader, logger
-
Constructor Summary
ConstructorDescriptionEmptyDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) -
Method Summary
Methods declared in class com.ibm.java.diagnostics.utils.DTFJContext
getAddressSpace, getImage, getMajorVersion, getMinorVersion, getPluginClassloader, getPluginFailures, getPlugins, getProcess, getProperties, getRuntime, hasPropertyBeenSet, loadPlugins, refresh
Methods declared in class com.ibm.java.diagnostics.utils.Context
addGlobalCommandsToContext, execute, execute, execute, getCommandNames, getCommands, getLastCommandException, getLastExecutedCommand, getPluginManager, isCommandRecognised
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.java.diagnostics.utils.IContext
execute, execute, execute, getCommands, getLastCommandException, getLastExecutedCommand, isCommandRecognised
-
Constructor Details
-
EmptyDTFJContext
public EmptyDTFJContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
-