Uses of Interface
com.ibm.jvm.dtfjview.spi.ISessionContextManager
-
Packages that use ISessionContextManager Package Description com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.spi -
-
Uses of ISessionContextManager in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement ISessionContextManager Modifier and Type Class Description class
JdmpviewContextManager
Class for managing jdmpview contexts as it is possible to add and remove contexts without exiting the application. -
Uses of ISessionContextManager in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that return ISessionContextManager Modifier and Type Method Description ISessionContextManager
ISession. getContextManager()
Get the manager which is managing this context within this session.
-