Package org.bonitasoft.engine
Class EngineInitializer
- java.lang.Object
-
- org.bonitasoft.engine.EngineInitializer
-
public class EngineInitializer extends java.lang.ObjectInitialize the engine and create/start or not the platform based on bonita-platform.xml properties used are: platform.create -- create the platform on startup node.start -- start the platform (node) on startup node.stop -- stop the platform (node) on shutdown- Author:
- Baptiste Mesta
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description EngineInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeEngine()protected voidlogEditionMessage()protected org.bonitasoft.engine.api.PlatformAPInewPlatformAPI()voidunloadEngine()
-
-
-
Method Detail
-
initializeEngine
public void initializeEngine() throws java.lang.Exception- Throws:
java.lang.Exception
-
logEditionMessage
protected void logEditionMessage()
-
newPlatformAPI
protected org.bonitasoft.engine.api.PlatformAPI newPlatformAPI()
-
unloadEngine
public void unloadEngine() throws java.lang.Exception- Throws:
java.lang.Exception
-
-