public interface BlackboardJob
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Get the action name.
|
ActionStatus |
getActionStatus()
Get the action status.
|
String |
getDate()
Get the message date.
|
String |
getError()
Get the error message, if the actionStatus is FAILED.
|
String |
getId()
Get the message id.
|
BlackboardMessage |
getMessage()
Get the bb message.
|
Map<String,String> |
getParameters()
obtains a mutable parameter map (key/value).
|
String |
getServiceId()
Get the setviceId.
|
boolean |
isCompleted()
True if the action status is one of the termination statuses (e.g.
|
void |
setAction(String action)
Set the action name.
|
void |
setActionStatus(ActionStatus actionStatus)
Set the action status.
|
void |
setDate(String date)
Set the message date.
|
void |
setError(String error)
Set the error message, if the actionStatus is FAILED.
|
void |
setId(String identifier)
Set message id.
|
String getId()
void setId(String identifier)
identifier - idString getAction()
void setAction(String action)
action - action nameActionStatus getActionStatus()
void setActionStatus(ActionStatus actionStatus)
actionStatus - action statusString getDate()
void setDate(String date)
date - dateMap<String,String> getParameters()
String getError()
void setError(String error)
error - error messageString getServiceId()
boolean isCompleted()
BlackboardMessage getMessage()
Copyright © 2019. All rights reserved.