Class EngineInitializer


  • public class EngineInitializer
    extends java.lang.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 Detail

      • LOGGER

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

      • EngineInitializer

        public EngineInitializer()
    • 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