Class WithinJVMBackendAPI

java.lang.Object
de.hsh.graja.core.apcli.WithinJVMBackendAPI

public class WithinJVMBackendAPI extends Object
  • Constructor Details

    • WithinJVMBackendAPI

      public WithinJVMBackendAPI()
  • Method Details

    • gradeBackendRequest

      public static GrajaSingleResultTO gradeBackendRequest(BackendRequestTO requestTO) throws Exception
      Runs Graja inside the same JVM as the caller.
      Parameters:
      requestTO - the request, which must have local resources only. Hence, ProformaRequestTO is not supported (must be converted by the caller to a BackendRequestTO).
      Returns:
      the result
      Throws:
      Exception