This class is not part of the public API.

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.
Since:
@since 1.5

Inheritance

Superclass tree:

Methods

  • ConnectorAddressLinktop

    public ConnectorAddressLink()
    Google Code Search
    Stack Overflow
  • 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.
    Parameters:
    @param address The connector address.
    Google Code Search
    Stack Overflow
  • importFromtop

    public static String importFrom(int vmid) throws IOException
    Imports the connector address from the instrument buffer of the specified Java virtual machine.
    Parameters:
    @param vmid an identifier that uniquely identifies a local Java virtual machine, or 0 to indicate the current Java virtual machine.
    Return:
    @return the value of the connector address, or null if the target VM has not exported a connector address.
    Exceptions:
    @throws IOException An I/O error occurred while trying to acquire the instrumentation buffer.
    Google Code Search
    Stack Overflow

Fields

  • CONNECTOR_ADDRESS_COUNTER

    static final private String CONNECTOR_ADDRESS_COUNTER = "sun.management.JMXConnectorServer.address"