dk.netarkivet.common.utils
Class NotificationsFactory

java.lang.Object
  extended by dk.netarkivet.common.utils.SettingsFactory<Notifications>
      extended by dk.netarkivet.common.utils.NotificationsFactory

public class NotificationsFactory
extends SettingsFactory<Notifications>

Get a notifications handler for serious errors.


Constructor Summary
NotificationsFactory()
           
 
Method Summary
static Notifications getInstance()
          Get a notification instance to handle serious errors, as defined by the setting settings.common.notifications.class.
 
Methods inherited from class dk.netarkivet.common.utils.SettingsFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsFactory

public NotificationsFactory()
Method Detail

getInstance

public static Notifications getInstance()
Get a notification instance to handle serious errors, as defined by the setting settings.common.notifications.class.

Returns:
The Notifications instance.