Uses of Interface
com.ibm.jvm.dtfjview.spi.ICombinedContext
-
Packages that use ICombinedContext Package Description com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.spi -
-
Uses of ICombinedContext in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement ICombinedContext Modifier and Type Class Description class
CombinedContext
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 ICombinedContext Modifier and Type Method Description ICombinedContext
JdmpviewContextManager. createContext(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
Create a new context from DTFJ. -
Uses of ICombinedContext in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that return ICombinedContext Modifier and Type Method Description ICombinedContext
ISessionContextManager. getContext(int id)
Gets the context with the specified ID.ICombinedContext
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 ICombinedContext Modifier and Type Method Description Map<URI,ArrayList<ICombinedContext>>
ISessionContextManager. getContexts()
Lists all contexts keyed by the URI from which they were derived.Methods in com.ibm.jvm.dtfjview.spi with parameters of type ICombinedContext Modifier and Type Method Description void
ISession. setContext(ICombinedContext switchTo)
Set the context within which subsequent commands will be executed.
-