public class NotificationDeriver extends Object implements Processor<BusinessTransaction,Notification>
| Constructor and Description |
|---|
NotificationDeriver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findIssues(List<Node> nodes,
Notification notification)
This method checks for issues associated with the nodes and adds
them to the supplied notification.
|
boolean |
isMultiple() |
List<Notification> |
processMultiple(BusinessTransaction item) |
Notification |
processSingle(BusinessTransaction item) |
public boolean isMultiple()
isMultiple in interface Processor<BusinessTransaction,Notification>public Notification processSingle(BusinessTransaction item) throws Exception
processSingle in interface Processor<BusinessTransaction,Notification>Exceptionprotected void findIssues(List<Node> nodes, Notification notification)
nodes - The nodesnotification - The notificationpublic List<Notification> processMultiple(BusinessTransaction item) throws Exception
processMultiple in interface Processor<BusinessTransaction,Notification>ExceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.