| Package | Description |
|---|---|
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
JmsPublishingService.addJmsMessageToDatabaseQueue(String jmsQueueName,
String messageText)
Adds a JMS message to the database queue.
|
JmsMessage |
SqsNotificationEventService.processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Handles the notification for the business object data status changes to the SQS.
|
JmsMessage |
SqsNotificationEventService.processSystemMonitorNotificationEvent(String systemMonitorRequestPayload)
Handles the system monitor event notification.
|
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
JmsMessageInMemoryQueue.remove()
Removes a JMS message from the head of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmsMessageInMemoryQueue.add(JmsMessage jmsMessage)
Adds a JMS message to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
JmsPublishingServiceImpl.addJmsMessageToDatabaseQueue(String jmsQueueName,
String messageText)
Adds a JMS message to the database queue.
|
protected JmsMessage |
JmsPublishingServiceImpl.addJmsMessageToDatabaseQueueImpl(String jmsQueueName,
String messageText)
Adds a JMS message to the database queue.
|
JmsMessage |
SqsNotificationEventServiceImpl.processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
JmsMessage |
SqsNotificationEventServiceImpl.processSystemMonitorNotificationEvent(String systemMonitorRequestPayload) |
Copyright © 2017. All rights reserved.