public static interface VirtualMachine.ForHotSpot.Connection.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
A factory for attaching via a socket file.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.ForHotSpot.Connection |
connect(String processId)
Connects to the supplied process.
|
VirtualMachine.ForHotSpot.Connection connect(String processId) throws IOException
processId
- The process id.IOException
- If an I/O exception occurs during connecting to the targeted VM.Copyright © 2014–2021. All rights reserved.