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 Closeableclose in interface AutoCloseableCopyright © 2014–2025. All rights reserved.