Uses of Interface
com.ibm.jvm.dtfjview.spi.ICombinedContext
Packages that use ICombinedContext
-
Uses of ICombinedContext in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement ICombinedContextModifier and TypeClassDescriptionclass
Wrapper class that takes an existing DTFJ context and augments it with a DDR interactive context if one exists.Methods in com.ibm.jvm.dtfjview that return ICombinedContextModifier 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()
Methods in com.ibm.jvm.dtfjview that return types with arguments of type ICombinedContextMethods in com.ibm.jvm.dtfjview with parameters of type ICombinedContext -
Uses of ICombinedContext in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that return ICombinedContextModifier and TypeMethodDescriptionISessionContextManager.getContext
(int id) Gets the context with the specified ID.ISession.getCurrentContext()
The currently selected context against which commands will be executed.Methods in com.ibm.jvm.dtfjview.spi that return types with arguments of type ICombinedContextModifier and TypeMethodDescriptionISessionContextManager.getContexts()
Lists all contexts keyed by the URI from which they were derived.Methods in com.ibm.jvm.dtfjview.spi with parameters of type ICombinedContextModifier and TypeMethodDescriptionvoid
ISession.setContext
(ICombinedContext switchTo) Set the context within which subsequent commands will be executed.