Class: sun.management.ConnectorAddressLink
- public class ConnectorAddressLink
A utility class to support the exporting and importing of the address
of a connector server using the instrumentation buffer.
Methods
-
ConnectorAddressLinktop
public ConnectorAddressLink() -
exporttop
public static void export(String address)Exports the specified connector address to the instrumentation buffer so that it can be read by this or other Java virtual machines running on the same system. -
importFromtop
public static String importFrom(int vmid) throws IOExceptionImports the connector address from the instrument buffer of the specified Java virtual machine.
Fields
-
CONNECTOR_ADDRESS_COUNTER
static final private String CONNECTOR_ADDRESS_COUNTER = "sun.management.JMXConnectorServer.address"
