| java.lang.Object org.ofbiz.service.engine.GenericAsyncEngine org.ofbiz.minilang.SimpleServiceEngine
SimpleServiceEngine | final public class SimpleServiceEngine extends GenericAsyncEngine (Code) | | Standard Java Static Method Service Engine
author: David E. Jones version: $Revision: 1.1 $ since: 2.0 |
runSync | public Map runSync(String localName, ModelService modelService, Map context) throws GenericServiceException(Code) | | Run the service synchronously and return the result
Parameters: context - Map of name, value pairs composing the context Map of name, value pairs composing the result |
runSyncIgnore | public void runSyncIgnore(String localName, ModelService modelService, Map context) throws GenericServiceException(Code) | | Run the service synchronously and IGNORE the result
Parameters: context - Map of name, value pairs composing the context |
Methods inherited from org.ofbiz.service.engine.GenericAsyncEngine | public void runAsync(String localName, ModelService modelService, Map context, boolean persist) throws GenericServiceException(Code)(Java Doc) public void runAsync(String localName, ModelService modelService, Map context, GenericRequester requester, boolean persist) throws GenericServiceException(Code)(Java Doc) abstract public Map runSync(String localName, ModelService modelService, Map context) throws GenericServiceException(Code)(Java Doc) abstract public void runSyncIgnore(String localName, ModelService modelService, Map context) throws GenericServiceException(Code)(Java Doc)
|
|
|