Package com.mendix.m2ee.api
Interface IMxRuntime
public interface IMxRuntime
This interface is meant for internal use only.
This interface represents the runtime of a Mendix application.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current state of the runtime.void
initialize
(IAppContainer appContainer) Initializes the runtime using an AppContainer.void
processRequest
(IMxRuntimeRequest request, IMxRuntimeResponse response) Sends a request to the runtime.void
shutdown()
Shuts down the runtime.void
start()
Starts the runtime.
-
Field Details
-
ERR_NO_EXISTING_DB
Deprecated.- See Also:
-
ERR_INVALID_DB_STRUCTURE
Deprecated.- See Also:
-
ERR_MISSING_MF_CONSTANT
Deprecated.- See Also:
-
ERR_ADMIN_1
Deprecated.- See Also:
-
ERR_INVALID_STATE
Deprecated.- See Also:
-
ERR_MISSING_DTAP
Deprecated.- See Also:
-
ERR_MISSING_BASEPATH
Deprecated.- See Also:
-
ERR_MISSING_RUNTIMEPATH
Deprecated.- See Also:
-
ERR_INVALID_LICENSE
Deprecated.- See Also:
-
ERR_SECURITY_DISABLED
Deprecated.- See Also:
-
ERR_STARTUP_ACTION_FAILED
Deprecated.- See Also:
-
ERR_NO_MOBILE_IN_LICENSE
Deprecated.- See Also:
-
CHARSET
- See Also:
-
-
Method Details
-
getStatus
IMxRuntime.RuntimeState getStatus()Returns the current state of the runtime. -
initialize
Initializes the runtime using an AppContainer.- Parameters:
appContainer
- the AppContainer
-
start
Starts the runtime.- Throws:
AdminException
-
processRequest
Sends a request to the runtime.- Parameters:
request
- the request objectresponse
- the response object- Throws:
Exception
-
shutdown
Shuts down the runtime.- Throws:
AdminException
-