- java.lang.Object
-
- com.ibm.jvm.dtfjview.JdmpviewContextManager
-
- All Implemented Interfaces:
ISessionContextManager
public class JdmpviewContextManager extends Object implements ISessionContextManager
Class for managing jdmpview contexts as it is possible to add and remove contexts without exiting the application.
-
-
Constructor Summary
Constructors Constructor Description JdmpviewContextManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICombinedContext
createContext(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
Create a new context from DTFJ.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.dtfjview.spi.ISessionContextManager
getContext, getContexts, hasChanged, hasMultipleContexts, removeAllContexts, removeContexts, removeContexts
-
-
-
-
Method Detail
-
createContext
public ICombinedContext createContext(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
Create a new context from DTFJ.- Parameters:
image
- the DTFJ Imagemajor
- the DTFJ API major numberminor
- the DTFJ API minor numberspace
- DTFJ address spaceproc
- DTFJ processrt
- DTFJ JavaRuntime- Returns:
- the newly created context
-
-