cgl.narada.service
Interface ServiceBulletin
- All Known Implementing Classes:
- CoalescingClient, FragmentationClient, ServiceImpl
public interface ServiceBulletin
This is used to notify an entity of any occurences thathave recently
occurred. This would involve both notifications to service requests and
exceptions that have occured in the process of completing a request or
after the receipt of a message.
onServiceException
void onServiceException(ServiceException serviceException)
onServiceNotification
void onServiceNotification(ServiceNotification serviceNotification)
For comments and suggestions please send
e-mail to
The NaradaBrokering Project