Interface IMxRuntime


  • public interface IMxRuntime
    This interface is meant for internal use only.

    This interface represents the runtime of a Mendix application.
    • Field Detail

      • ERR_NO_EXISTING_DB

        @Deprecated
        static final int ERR_NO_EXISTING_DB
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_INVALID_DB_STRUCTURE

        @Deprecated
        static final int ERR_INVALID_DB_STRUCTURE
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_MISSING_MF_CONSTANT

        @Deprecated
        static final int ERR_MISSING_MF_CONSTANT
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_INVALID_STATE

        @Deprecated
        static final int ERR_INVALID_STATE
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_MISSING_DTAP

        @Deprecated
        static final int ERR_MISSING_DTAP
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_MISSING_BASEPATH

        @Deprecated
        static final int ERR_MISSING_BASEPATH
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_MISSING_RUNTIMEPATH

        @Deprecated
        static final int ERR_MISSING_RUNTIMEPATH
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_INVALID_LICENSE

        @Deprecated
        static final int ERR_INVALID_LICENSE
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_SECURITY_DISABLED

        @Deprecated
        static final int ERR_SECURITY_DISABLED
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_STARTUP_ACTION_FAILED

        @Deprecated
        static final int ERR_STARTUP_ACTION_FAILED
        Deprecated.
        See Also:
        Constant Field Values
      • ERR_NO_MOBILE_IN_LICENSE

        @Deprecated
        static final int ERR_NO_MOBILE_IN_LICENSE
        Deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • initialize

        void initialize​(IAppContainer appContainer)
        Initializes the runtime using an AppContainer.
        Parameters:
        appContainer - the AppContainer
      • processRequest

        void processRequest​(IMxRuntimeRequest request,
                            IMxRuntimeResponse response)
                     throws java.lang.Exception
        Sends a request to the runtime.
        Parameters:
        request - the request object
        response - the response object
        Throws:
        java.lang.Exception