Class EngineInitializer

java.lang.Object
org.bonitasoft.engine.EngineInitializer

public class EngineInitializer extends Object
Initialize 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 Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • EngineInitializer

      public EngineInitializer()
  • Method Details

    • initializeEngine

      public void initializeEngine() throws Exception
      Throws:
      Exception
    • logEditionMessage

      protected void logEditionMessage()
    • logDataCollectionMessage

      public void logDataCollectionMessage()
    • newPlatformAPI

      protected org.bonitasoft.engine.api.PlatformAPI newPlatformAPI()
    • unloadEngine

      public void unloadEngine() throws Exception
      Throws:
      Exception