|
Class Summary |
| BroadcastEventProcessor |
|
| DefaultQueueHandler |
This class is used as a thread for executing notices
for events that are discovered by the notice daemon. |
| JavaJabberNotificationStrategy |
|
| JavaMailNotificationStrategy |
Implements NotificationStragey pattern used to send notifications
via the Java Mail API. |
| NoticeQueue |
This is a data class designed to hold NotificationTasks
in an ordered map that can handle collisions. |
| Notifd |
This class is used to represent the notification execution
service. |
| NotificationTask |
This class holds all the data and logic for sending out a notification
Each notification that is sent will be accompanied by
a row in the notifications table. |