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