Uses of Class
dk.netarkivet.common.utils.Notifications

Packages that use Notifications
dk.netarkivet.common.utils   
 

Uses of Notifications in dk.netarkivet.common.utils
 

Subclasses of Notifications in dk.netarkivet.common.utils
 class EMailNotifications
          Handles serious errors by sending email.
 class PrintNotifications
          A notification implementation that prints notifications on System.err
 

Methods in dk.netarkivet.common.utils that return Notifications
static Notifications NotificationsFactory.getInstance()
          Get a notification instance to handle serious errors, as defined by the setting settings.common.notifications.class.