public static interface VirtualMachine.ForHotSpotVm.Connection.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualMachine.ForHotSpotVm.Connection.Factory.ForPosixSocket
A factory for attaching on a POSIX-compatible VM.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.ForHotSpotVm.Connection |
connect(String processId)
Connects to the supplied process.
|
VirtualMachine.ForHotSpotVm.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–2019. All rights reserved.