Package net.bytebuddy.agent
Class VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle
- java.lang.Object
-
- net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment
protected static class VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle extends java.lang.Object implements java.io.CloseableA handle for an attachment which is represented by a pair of handles.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttachmentHandle(com.sun.jna.platform.win32.WinNT.HANDLE parent, com.sun.jna.platform.win32.WinNT.HANDLE child)Creates a new attachment handle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected com.sun.jna.platform.win32.WinNT.HANDLEgetHandle()Returns the handle on which signals are to be sent.
-
-
-
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.
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-