public static class VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory extends Object implements VirtualMachine.ForHotSpot.Connection.Factory
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
Modifier and Type | Field and Description |
---|---|
static String |
LIBRARY_NAME
The name of the native code library that is included in this artifact to support Windows attachment.
|
Constructor and Description |
---|
Factory()
Creates a new connection factory for Windows using JNA.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.ForHotSpot.Connection |
connect(String processId)
Connects to the supplied process.
|
public static final String LIBRARY_NAME
public VirtualMachine.ForHotSpot.Connection connect(String processId)
connect
in interface VirtualMachine.ForHotSpot.Connection.Factory
processId
- The process id.Copyright © 2014–2024. All rights reserved.