Interface | Description |
---|---|
NotificationMethodFactory<T extends EventSender> |
An interface of notification method factories, enforcing the created class to derive from
EventSender |
Class | Description |
---|---|
EventMethodFiller |
Populates a event notification method list by a database content
If no valid method type method is provided (meaning a method type which isn't defined in EventNotificationMethods ),a default value of EventNotificationMethods.EMAIL is set. |
NotificationMethodFactoryEmailImpl |
A factory of the email notification method class.
A single EventSenderMailImpl instance could serve multiple notification actions, therefore the factory will
instantiate a single instance of it and will provide it to the dispatchers. |
NotificationMethodMapBuilder |
The group of classes used to map a factory for each notification method.
Different notification methods might require different instantiation methods of the notification method implementation class. |
Copyright © 2012. All Rights Reserved.