public interface ConnectorAddressLink
sun.management.ConnectorAddressLink| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGINAL_CLASS_NAME
Name of the original class this interface reflects
|
| Modifier and Type | Method and Description |
|---|---|
String |
importFrom(int vmid)
Imports the connector address from the instrument buffer of the specified Java virtual machine.
|
static final String ORIGINAL_CLASS_NAME
String importFrom(int vmid) throws IOException
vmid - an identifier that uniquely identifies a local Java virtual machine, or 0
to indicate the current Java virtual machine.null if the target VM has not
exported a connector address.IOException - An I/O error occurred while trying to acquire the instrumentation buffer.Copyright © 2008–2020. All rights reserved.