protected static class VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle extends Object implements Closeable
Modifier | Constructor and Description |
---|---|
protected |
AttachmentHandle(com.sun.jna.platform.win32.WinNT.HANDLE parent,
com.sun.jna.platform.win32.WinNT.HANDLE child)
Creates a new attachment handle.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected com.sun.jna.platform.win32.WinNT.HANDLE |
getHandle()
Returns the handle on which signals are to be sent.
|
protected AttachmentHandle(com.sun.jna.platform.win32.WinNT.HANDLE parent, com.sun.jna.platform.win32.WinNT.HANDLE child)
parent
- The parent handle.child
- The child handle.protected com.sun.jna.platform.win32.WinNT.HANDLE getHandle()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2014–2023. All rights reserved.