Class BackgroundScriptingEngineRegistry

    • Constructor Detail

      • BackgroundScriptingEngineRegistry

        protected BackgroundScriptingEngineRegistry()
        Initializes the manager.
    • Method Detail

      • register

        public void register​(BackgroundScriptingEngine engine)
        Registers the specified engine.
        Parameters:
        engine - the engine to register
      • deregister

        public void deregister​(BackgroundScriptingEngine engine)
        Deregisters the specified engine.
        Parameters:
        engine - the engine to deregister
      • stopAllEngines

        public void stopAllEngines()
        Stops all scripting engines.