Class ConnectorServer

  • All Implemented Interfaces:
    org.eclipse.jetty.util.component.LifeCycle

    public class ConnectorServer
    extends org.eclipse.jetty.util.component.AbstractLifeCycle

    LifeCycle wrapper for JMXConnectorServer.

    This class provides the following facilities:

    • participates in the Server lifecycle
    • starts the RMI registry if not there already
    • allows to bind the RMI registry and the RMI server to the loopback interface
    • makes it easy to use TLS for the JMX communication
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle

        org.eclipse.jetty.util.component.LifeCycle.Listener
    • Field Detail

      • RMI_REGISTRY_CLIENT_SOCKET_FACTORY_ATTRIBUTE

        public static final String RMI_REGISTRY_CLIENT_SOCKET_FACTORY_ATTRIBUTE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConnectorServer

        public ConnectorServer​(JMXServiceURL serviceURL,
                               String name)
        Constructs a ConnectorServer
        Parameters:
        serviceURL - the address of the new ConnectorServer
        name - object name string to be assigned to ConnectorServer bean
      • ConnectorServer

        public ConnectorServer​(JMXServiceURL svcUrl,
                               Map<String,​?> environment,
                               String name)
        Constructs a ConnectorServer
        Parameters:
        svcUrl - the address of the new ConnectorServer
        environment - a set of attributes to control the new ConnectorServer's behavior. This parameter can be null. Keys in this map must be Strings. The appropriate type of each associated value depends on the attribute. The contents of environment are not changed by this call.
        name - object name string to be assigned to ConnectorServer bean
      • ConnectorServer

        public ConnectorServer​(JMXServiceURL svcUrl,
                               Map<String,​?> environment,
                               String name,
                               org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory)
    • Method Detail

      • doStart

        public void doStart()
                     throws Exception
        Overrides:
        doStart in class org.eclipse.jetty.util.component.AbstractLifeCycle
        Throws:
        Exception
      • doStop

        public void doStop()
                    throws Exception
        Overrides:
        doStop in class org.eclipse.jetty.util.component.AbstractLifeCycle
        Throws:
        Exception