org.ofbiz.service.rmi
Class RmiServiceEngine
java.lang.Object
org.ofbiz.service.engine.AbstractEngine
org.ofbiz.service.engine.GenericAsyncEngine
org.ofbiz.service.rmi.RmiServiceEngine
- All Implemented Interfaces:
- GenericEngine
public class RmiServiceEngine
- extends GenericAsyncEngine
RmiServiceEngine.java
Method Summary |
protected java.util.Map<java.lang.String,java.lang.Object> |
run(ModelService service,
java.util.Map<java.lang.String,java.lang.Object> context)
|
java.util.Map<java.lang.String,java.lang.Object> |
runSync(java.lang.String localName,
ModelService modelService,
java.util.Map<java.lang.String,java.lang.Object> context)
Run the service synchronously and return the result. |
void |
runSyncIgnore(java.lang.String localName,
ModelService modelService,
java.util.Map<java.lang.String,java.lang.Object> context)
Run the service synchronously and IGNORE the result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmiServiceEngine
public RmiServiceEngine(ServiceDispatcher dispatcher)
runSync
public java.util.Map<java.lang.String,java.lang.Object> runSync(java.lang.String localName,
ModelService modelService,
java.util.Map<java.lang.String,java.lang.Object> context)
throws GenericServiceException
- Description copied from interface:
GenericEngine
- Run the service synchronously and return the result.
- Specified by:
runSync
in interface GenericEngine
- Specified by:
runSync
in class GenericAsyncEngine
- Parameters:
localName
- Name of the LocalDispatcher.modelService
- Service model object.context
- Map of name, value pairs composing the context.
- Returns:
- Map of name, value pairs composing the result.
- Throws:
GenericServiceException
- See Also:
GenericEngine.runSync(java.lang.String, org.ofbiz.service.ModelService, java.util.Map)
runSyncIgnore
public void runSyncIgnore(java.lang.String localName,
ModelService modelService,
java.util.Map<java.lang.String,java.lang.Object> context)
throws GenericServiceException
- Description copied from interface:
GenericEngine
- Run the service synchronously and IGNORE the result.
- Specified by:
runSyncIgnore
in interface GenericEngine
- Specified by:
runSyncIgnore
in class GenericAsyncEngine
- Parameters:
localName
- Name of the LocalDispatcher.modelService
- Service model object.context
- Map of name, value pairs composing the context.
- Throws:
GenericServiceException
- See Also:
GenericEngine.runSyncIgnore(java.lang.String, org.ofbiz.service.ModelService, java.util.Map)
run
protected java.util.Map<java.lang.String,java.lang.Object> run(ModelService service,
java.util.Map<java.lang.String,java.lang.Object> context)
throws GenericServiceException
- Throws:
GenericServiceException