public class NotifierManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotifierManager.NotifierJob
Job de notification
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
protected static NotifierManager |
manager |
protected org.quartz.Scheduler |
scheduler |
| Modifier | Constructor and Description |
|---|---|
protected |
NotifierManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Cron cron)
Ajout d'une notification
|
protected void |
addCron(Cron cron)
Ajout dans le Scheduler d'un notification
|
void |
del(Cron cron)
Suppression d'une notification
|
static NotifierManager |
getManager()
Singleton
|
void |
start(org.nuiton.topia.TopiaContext transaction)
Lance toutes les notifications en cours
|
void |
stop()
Arrete toutes les notifications en cours
|
protected static final org.apache.commons.logging.Log log
protected static NotifierManager manager
protected org.quartz.Scheduler scheduler
public static NotifierManager getManager()
public void start(org.nuiton.topia.TopiaContext transaction)
public void stop()
public void add(Cron cron)
public void del(Cron cron)
Copyright © 2008-2013 Cybelia. All Rights Reserved.