Class 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 Detail

      • JdmpviewContextManager

        public JdmpviewContextManager()
    • 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 Image
        major - the DTFJ API major number
        minor - the DTFJ API minor number
        space - DTFJ address space
        proc - DTFJ process
        rt - DTFJ JavaRuntime
        Returns:
        the newly created context