public interface RegistryBlackboardManager
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(String profId,
String messageId,
String message)
add a new blackboard message.
|
void |
deleteMessage(String profId,
String messageId)
delete a message for a given message id.
|
void |
replyMessage(String profId,
String message)
Reply to a given message replacing the current message with the parameter.
|
void addMessage(String profId, String messageId, String message)
profId - service profile idmessageId - message identifier, chosen by the clientmessage - message bodyvoid replyMessage(String profId, String message)
profId - service profile idmessage - message bodyCopyright © 2017. All rights reserved.