Class Summary |
BroadcastEventProcessor |
|
DefaultQueueHandler |
This class is used as a thread for executing notices for events that are
discovered by the notice daemon. |
Growl |
A class that encapsulates the "work" of talking to growl |
GrowlNotificationStrategy |
Implements NotificationStrategy pattern used to send notifications using the
Growl message protocol. |
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. |
NotifdTest |
|
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. |
XMPPNotificationStrategy |
Implements NotificationStragey pattern used to send notifications using the
XMPP message protocol. |