|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cybelia.sandra.notifier.NotifierManager
public class NotifierManager
| Nested Class Summary | |
|---|---|
static class |
NotifierManager.NotifierJob
Job de notification |
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
|
protected static NotifierManager |
manager
|
protected org.quartz.Scheduler |
scheduler
|
| Constructor Summary | |
|---|---|
protected |
NotifierManager()
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
protected static NotifierManager manager
protected org.quartz.Scheduler scheduler
| Constructor Detail |
|---|
protected NotifierManager()
| Method Detail |
|---|
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)
protected void addCron(Cron cron)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||