|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.service.engine.GenericEngineFactory
public class GenericEngineFactory
Generic Engine Factory
Field Summary | |
---|---|
protected ServiceDispatcher |
dispatcher
|
protected java.util.Map<java.lang.String,GenericEngine> |
engines
|
Constructor Summary | |
---|---|
GenericEngineFactory(ServiceDispatcher dispatcher)
|
Method Summary | |
---|---|
GenericEngine |
getGenericEngine(java.lang.String engineName)
Gets the GenericEngine instance that corresponds to given the name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServiceDispatcher dispatcher
protected java.util.Map<java.lang.String,GenericEngine> engines
Constructor Detail |
---|
public GenericEngineFactory(ServiceDispatcher dispatcher)
Method Detail |
---|
public GenericEngine getGenericEngine(java.lang.String engineName) throws GenericServiceException
engineName
- Name of the engine
GenericServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |