Class ApplicationConnection


  • public class ApplicationConnection
    extends Object
    Main class for an application / UI.

    Initializes the registry and starts the application.

    Since:
    1.0
    • Constructor Detail

      • ApplicationConnection

        public ApplicationConnection​(ApplicationConfiguration applicationConfiguration)
        Creates an application connection using the given configuration.
        Parameters:
        applicationConfiguration - the configuration object for the application
    • Method Detail

      • start

        public void start​(ValueMap initialUidl)
        Starts this application.

        Called by the bootstrapper, which ensures applications are started in order.

        Parameters:
        initialUidl - the initial UIDL or null if the server did not provide any