Package com.mendix.m2ee.api
Interface IAppContainer
Deprecated.
since 10.18. This interface will be removed in Mendix 11. There is no replacement.
This interface is meant for internal use only.
The AppContainer is responsible for the first steps when starting a Mendix app.
This includes checking the JDK version, starting the admin action handler,
and registering the available admin actions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionvoid
addMimeType
(String extension, String type) Deprecated.getMimeType
(String fileName) Deprecated.Deprecated.void
registerAdminAction
(AdminAction adminAction) Deprecated.void
registerMonitoringAction
(AdminAction monitoringAction) Deprecated.void
registerWebSocketEndpoint
(String path, javax.websocket.Endpoint endpoint) Deprecated.void
Deprecated.Stops the admin action handler and exits the JVM.
-
Field Details
-
EXIT_CODE_WOOT
static final int EXIT_CODE_WOOTDeprecated.- See Also:
-
EXIT_CODE_UNKNOWN_ERROR
static final int EXIT_CODE_UNKNOWN_ERRORDeprecated.- See Also:
-
EXIT_CODE_ADMIN_PORT_IN_USE
static final int EXIT_CODE_ADMIN_PORT_IN_USEDeprecated.- See Also:
-
EXIT_CODE_RUNTIME_PORT_IN_USE
static final int EXIT_CODE_RUNTIME_PORT_IN_USEDeprecated.- See Also:
-
EXIT_CODE_INVALID_JDK_VERSION
static final int EXIT_CODE_INVALID_JDK_VERSIONDeprecated.- See Also:
-
EXIT_CODE_INVALID_CONFIG
static final int EXIT_CODE_INVALID_CONFIGDeprecated.- See Also:
-
EXIT_CODE_DATABASE_NEEDS_UPDATE
static final int EXIT_CODE_DATABASE_NEEDS_UPDATEDeprecated.- See Also:
-
-
Method Details
-
getRuntime
IMxRuntime getRuntime()Deprecated. -
getMimeType
Deprecated. -
addMimeType
Deprecated. -
registerAdminAction
Deprecated. -
registerMonitoringAction
Deprecated. -
registerWebSocketEndpoint
void registerWebSocketEndpoint(String path, javax.websocket.Endpoint endpoint) throws javax.websocket.DeploymentException Deprecated.- Throws:
javax.websocket.DeploymentException
-
shutdownAdminHandler
Deprecated.Stops the admin action handler and exits the JVM.- Throws:
Exception
-