Class: javax.management.remote.rmi.RMIConnectorServer

A JMX API connector server that creates RMI-based connections from remote clients. Usually, such connector servers are made using JMXConnectorServerFactory. However, specialized applications can use this class directly, for example with an javax.management.remote.rmi.RMIServerImpl object.

Since:
@since 1.5

Methods

Fields

  • JNDI_REBIND_ATTRIBUTE

    public static final String JNDI_REBIND_ATTRIBUTE = "jmx.remote.jndi.rebind"

    Name of the attribute that specifies whether the javax.management.remote.rmi.RMIServer stub that represents an RMI connector server should override an existing stub at the same address. The value associated with this attribute, if any, should be a string that is equal, ignoring case, to "true" or "false". The default value is false.

  • RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE

    public static final String RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE = "jmx.remote.rmi.client.socket.factory"

    Name of the attribute that specifies the java.rmi.server.RMIClientSocketFactory for the RMI objects created in conjunction with this connector. The value associated with this attribute must be of type RMIClientSocketFactory and can only be specified in the Map argument supplied when creating a connector server.

  • RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE

    public static final String RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE = "jmx.remote.rmi.server.socket.factory"

    Name of the attribute that specifies the java.rmi.server.RMIServerSocketFactory for the RMI objects created in conjunction with this connector. The value associated with this attribute must be of type RMIServerSocketFactory and can only be specified in the Map argument supplied when creating a connector server.