org.tigris.scarab.notification
Class NotificationManagerFactory

java.lang.Object
  extended byorg.tigris.scarab.notification.NotificationManagerFactory

public class NotificationManagerFactory
extends java.lang.Object

This factory is used to get an instance of the notification manager configured in scarab.notificationmanager.classname.

Author:
jorgeuriarte
See Also:
NotificationManager

Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
NotificationManagerFactory()
           
 
Method Summary
static NotificationManager getInstance()
          Returns an instance of the currently defined NotificationManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.log4j.Logger log
Constructor Detail

NotificationManagerFactory

public NotificationManagerFactory()
Method Detail

getInstance

public static NotificationManager getInstance()
Returns an instance of the currently defined NotificationManager.



Copyright © 2000-2004 Tigris.org. All Rights Reserved.