Class AppInfoTable

    • Field Detail

      • CONTROL_CODE_AUTOSTART

        public static final int CONTROL_CODE_AUTOSTART
        Deprecated.
        The application shall be started when the service is selected, unless the application is already running.
        See Also:
        Constant Field Values
      • CONTROL_CODE_PRESENT

        public static final int CONTROL_CODE_PRESENT
        Deprecated.
        The application is allowed to run while the service is selected, however it shall not start automatically when the service becomes selected.
        See Also:
        Constant Field Values
      • controlCode

        public final int controlCode
        Deprecated.
      • url

        public final String url
        Deprecated.
    • Constructor Detail

      • AppInfoTable

        public AppInfoTable​(int controlCode,
                            String url)
        Deprecated.