Class ApplicationInfo


  • public class ApplicationInfo
    extends ModuleInfo
    Information about a running application. Applications are composed of modules. Modules run in an individual container.
    Author:
    Jerome Dochez
    • Field Detail

      • APP_SERVICE_LOCATOR_PREFIX

        public static final String APP_SERVICE_LOCATOR_PREFIX
        The prefix that will be given to the service locator, followed by the name of the application
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApplicationInfo

        public ApplicationInfo​(Events events,
                               ReadableArchive source,
                               String name)
        Creates a new instance of an ApplicationInfo
        Parameters:
        events -
        source - the archive for this application
        name - name of the application