@Service @RunLevel(value=10) public class JmsNotificationEventFactory extends NotificationEventFactory<JmsNotificationEvent>
| Constructor and Description |
|---|
JmsNotificationEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
JmsNotificationEvent |
buildNotificationEvent(Level level,
String subject,
String message,
Object[] parameters) |
JmsNotificationEvent |
buildNotificationEvent(String subject,
String message) |
getStore, initializeEvent, registerEventFactorypublic JmsNotificationEvent buildNotificationEvent(String subject, String message)
buildNotificationEvent in class NotificationEventFactory<JmsNotificationEvent>public JmsNotificationEvent buildNotificationEvent(Level level, String subject, String message, Object[] parameters)
buildNotificationEvent in class NotificationEventFactory<JmsNotificationEvent>Copyright © 2017. All rights reserved.