public interface BlackboardServerHandler extends BlackboardHandler
| Modifier and Type | Method and Description |
|---|---|
void |
done(BlackboardJob job)
Set the "done" action status to the given job, publishing the new state.
|
void |
failed(BlackboardJob job,
Throwable exception)
Sets the "failed" action status to the given job, publishing this new state along with the error message obtained
from the exception.
|
void |
ongoing(BlackboardJob job)
Sets the ongoing action status to the given job, publishing this new state.
|
getJobvoid ongoing(BlackboardJob job)
job - blackboard jobvoid failed(BlackboardJob job, Throwable exception)
job - blackboard jobexception - exception which caused the failurevoid done(BlackboardJob job)
job - blackboard jobCopyright © 2019. All rights reserved.