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

Packages that use NotificationType
dk.netarkivet.common.utils   
 

Uses of NotificationType in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that return NotificationType
static NotificationType NotificationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NotificationType[] NotificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dk.netarkivet.common.utils with parameters of type NotificationType
 void Notifications.notify(java.lang.String message, NotificationType eventType)
          Notify about an event.
 void EMailNotifications.notify(java.lang.String message, NotificationType eventType, java.lang.Throwable e)
          Sends a notification including an exception.
abstract  void Notifications.notify(java.lang.String message, NotificationType eventType, java.lang.Throwable e)
          Notifies about an event including an exception.
 void PrintNotifications.notify(java.lang.String message, NotificationType eventType, java.lang.Throwable e)
          Reacts to a notification by printing the notification to System.err.