Class InterfaceEngine

  • All Implemented Interfaces:
    GenericEngine

    public class InterfaceEngine
    extends java.lang.Object
    implements GenericEngine
    InterfaceEngine.java
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runAsync​(java.lang.String localName, ModelService modelService, java.util.Map<java.lang.String,​java.lang.Object> context, boolean persist)
      Run the service asynchronously and IGNORE the result.
      void runAsync​(java.lang.String localName, ModelService modelService, java.util.Map<java.lang.String,​java.lang.Object> context, GenericRequester requester, boolean persist)
      Run the service asynchronously, passing an instance of GenericRequester that will receive the result.
      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.
      void sendCallbacks​(ModelService modelService, java.util.Map<java.lang.String,​java.lang.Object> context, int mode)
      Send the service callbacks
      void sendCallbacks​(ModelService modelService, java.util.Map<java.lang.String,​java.lang.Object> context, java.lang.Throwable t, int mode)  
      void sendCallbacks​(ModelService modelService, java.util.Map<java.lang.String,​java.lang.Object> context, java.util.Map<java.lang.String,​java.lang.Object> result, int mode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait