Package de.hsh.graja.core.apcli
Class WithinJVMBackendAPI
java.lang.Object
de.hsh.graja.core.apcli.WithinJVMBackendAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GrajaSingleResultTO
gradeBackendRequest
(BackendRequestTO requestTO) Runs Graja inside the same JVM as the caller.
-
Constructor Details
-
WithinJVMBackendAPI
public WithinJVMBackendAPI()
-
-
Method Details
-
gradeBackendRequest
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
-