- 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
public class EmptyDTFJContext extends DTFJContext
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
Constructors Constructor Description EmptyDTFJContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
-
Method Summary
-
Methods declared in class com.ibm.java.diagnostics.utils.DTFJContext
hasPropertyBeenSet, refresh
-
Methods declared in class com.ibm.java.diagnostics.utils.Context
addGlobalCommandsToContext, getCommandNames, getPluginManager
-
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, getPluginClassloader, getProperties, isCommandRecognised
-
Methods declared in interface com.ibm.java.diagnostics.utils.IDTFJContext
getAddressSpace, getImage, getMajorVersion, getMinorVersion, getProcess, getRuntime
-
Methods declared in interface com.ibm.java.diagnostics.utils.plugins.PluginLoader
getPluginFailures, getPlugins, loadPlugins
-
-
-
-
Constructor Detail
-
EmptyDTFJContext
public EmptyDTFJContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
-
-