Package org.apache.ofbiz.service.engine
Class GenericEngineFactory
java.lang.Object
org.apache.ofbiz.service.engine.GenericEngineFactory
Generic Engine Factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGenericEngine
(String engineName) Gets the GenericEngine instance that corresponds to given the name
-
Constructor Details
-
GenericEngineFactory
-
-
Method Details
-
getGenericEngine
Gets the GenericEngine instance that corresponds to given the name- Parameters:
engineName
- Name of the engine- Returns:
- GenericEngine that corresponds to the engineName
- Throws:
GenericServiceException
-