Package net.sf.basedb.opengrid.service
Class OpenGridService.JobCompletionInvoker
java.lang.Object
net.sf.basedb.opengrid.service.OpenGridService.JobCompletionInvoker
- Enclosing class:
OpenGridService
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ClientContext
private final ExtensionsInvoker<JobCompletionHandler>
private final SessionControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) String
call
(OpenGridSession session, Job baseJob, JobStatus jobStatus) Call the extensions for the given job.
-
Field Details
-
rootSc
-
context
-
invoker
-
-
Constructor Details
-
JobCompletionInvoker
JobCompletionInvoker(SessionControl rootSc)
-
-
Method Details
-
call
Call the extensions for the given job.- Returns:
- The messages from the extensions (separated with newline). If no extension returns a message, the message from the job status is used.
-