Class GenericAsyncEngine

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean allowCallbacks​(ModelService model, java.util.Map<java.lang.String,​java.lang.Object> context, int mode)  
      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.
      abstract 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.
      abstract 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