Class VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle

    • Constructor Detail

      • AttachmentHandle

        protected AttachmentHandle​(com.sun.jna.platform.win32.WinNT.HANDLE parent,
                                   com.sun.jna.platform.win32.WinNT.HANDLE child)
        Creates a new attachment handle.
        Parameters:
        parent - The parent handle.
        child - The child handle.
    • Method Detail

      • getHandle

        protected com.sun.jna.platform.win32.WinNT.HANDLE getHandle()
        Returns the handle on which signals are to be sent.
        Returns:
        The handle on which signals are to be sent.