Uses of Interface
com.ibm.jvm.dtfjview.spi.ICombinedContext
-
Uses of ICombinedContext in com.ibm.jvm.dtfjview
Modifier and TypeClassDescriptionclass
Wrapper class that takes an existing DTFJ context and augments it with a DDR interactive context if one exists.Modifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.JdmpviewContextManager.getContext
(int id) Session.getCurrentContext()
-
Uses of ICombinedContext in com.ibm.jvm.dtfjview.spi
Modifier and TypeMethodDescriptionISessionContextManager.getContext
(int id) Gets the context with the specified ID.ISession.getCurrentContext()
The currently selected context against which commands will be executed.Modifier and TypeMethodDescriptionISessionContextManager.getContexts()
Lists all contexts keyed by the URI from which they were derived.Modifier and TypeMethodDescriptionvoid
ISession.setContext
(ICombinedContext switchTo) Set the context within which subsequent commands will be executed.