org.osjava.oscube.service.notify
Class NotificationFactory

java.lang.Object
  extended byorg.osjava.oscube.service.notify.NotificationFactory

public class NotificationFactory
extends Object


Constructor Summary
NotificationFactory()
           
 
Method Summary
static Notifier getErrorNotifier(com.generationjava.config.Config cfg, Session session, Exception e)
           
static Notifier getSuccessNotifier(com.generationjava.config.Config cfg, Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationFactory

public NotificationFactory()
Method Detail

getSuccessNotifier

public static Notifier getSuccessNotifier(com.generationjava.config.Config cfg,
                                          Session session)

getErrorNotifier

public static Notifier getErrorNotifier(com.generationjava.config.Config cfg,
                                        Session session,
                                        Exception e)


Copyright © 2003-2005 OSJava. All Rights Reserved.