Package com.flowable.platform.engine
Class PlatformEngines
java.lang.Object
com.flowable.platform.engine.PlatformEngines
-
Field Summary
Modifier and TypeFieldDescriptionprotected static boolean
static final String
protected static Map<String,
PlatformEngine> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
destroy()
Closes all platform engines.static PlatformEngine
static PlatformEngine
getPlatformEngine
(String platformEngineName) Obtain an platform engine by name.static Map<String,
PlatformEngine> Provides access to platform engines to application clients in a managed server environment.static boolean
static void
registerEngine
(PlatformEngine platformEngine) Registers the given platform engine.static void
setInitialized
(boolean isInitialized) static void
unregister
(PlatformEngine platformEngine) Unregisters the given platform engine.
-
Field Details
-
NAME_DEFAULT
- See Also:
-
isInitialized
protected static boolean isInitialized -
platformEngines
-
-
Constructor Details
-
PlatformEngines
public PlatformEngines()
-
-
Method Details
-
registerEngine
Registers the given platform engine. NoEngineInfo
will be available for this platform engine. An engine that is registered will be closed when thedestroy()
is called. -
unregister
Unregisters the given platform engine. -
getDefaultPlatformEngine
-
getPlatformEngine
Obtain an platform engine by name.- Parameters:
platformEngineName
- is the name of the platform engine
-
getPlatformEngines
Provides access to platform engines to application clients in a managed server environment. -
destroy
public static void destroy()Closes all platform engines. This method should be called when the server shuts down. -
isInitialized
public static boolean isInitialized() -
setInitialized
public static void setInitialized(boolean isInitialized)
-