Package org.opennms.netmgt.notifd

TODO: add package overview sentence here.

See:
          Description

Interface Summary
ExecutorStrategy  
NotifdQueueHandler This interface defines a handler for a Notifd queue.
NotificationStrategy Implement this interface as a Java notification "plug-in" for use with the notficationCommands.xml file.
 

Class Summary
BroadcastEventProcessor  
ClassExecutor Implementation of Executor strategy that instantiates a Java class.
CommandExecutor This is a class to store and execute a console command
DefaultQueueHandler This class is used as a thread for executing notices for events that are discovered by the notice daemon.
DuplicateTreeMap<K,V>  
HttpNotificationStrategy  
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.
NullNotificationStrategy Implements NotificationStragey pattern used to send NULL notifications The idea here is to allow for user assignment of a notice with in the UI with out an email sent.
SnmpTrapNotificationStrategy  
XMPPGroupNotificationStrategy Implements NotificationStragey pattern used to send notifications using the XMPP message protocol
XMPPNotificationManager Singleton class used to send messages to an XMPP Server.
XMPPNotificationStrategy Implements NotificationStragey pattern used to send notifications using the XMPP message protocol.
 

Package org.opennms.netmgt.notifd Description

TODO: add package overview sentence here. TODO: Maybe add more description here.



Copyright © 2009. All Rights Reserved.