Interface IXMService

All Superinterfaces:
Service

public interface IXMService
extends Service
Service for Interactive eXecution Manager (IXM) engines.
  • Method Summary

    Modifier and Type Method Description
    org.json.JSONObject getEngineConfigParams​(java.lang.String modulePrefix, java.lang.String engineName, java.lang.String configName)
    Returns the EngineConfigParams for the given engine
    IXMEngineFactory getFactory​(java.lang.String modulePrefix, java.lang.String engineName, java.lang.String configName)
    Returns an instance of IXMEngineFactory for the given engine, configured using the IxmEngineConfig referenced bu the given configName.
  • Method Details

    • getFactory

      IXMEngineFactory getFactory​(java.lang.String modulePrefix, java.lang.String engineName, java.lang.String configName)
      Returns an instance of IXMEngineFactory for the given engine, configured using the IxmEngineConfig referenced bu the given configName.
      Parameters:
      modulePrefix - prefix of the module which owns the engine
      engineName - engine name
      configName -
    • getEngineConfigParams

      org.json.JSONObject getEngineConfigParams​(java.lang.String modulePrefix, java.lang.String engineName, java.lang.String configName)
      Returns the EngineConfigParams for the given engine
      Parameters:
      modulePrefix - prefix of the module which owns the engine
      engineName - engine name
      configName -
      Returns: