public class SyncNotificationContactsTask extends DBUTask
The synchronization performed is accomplished by first deleting all Flash Notification Framework contact info for the shopping and SFI/CSR users that exist in the Flash database. The Notification Framework contact info is then recreated using the current shopping and SFI/CSR user and notification preference database info.
Modifier and Type | Class and Description |
---|---|
static class |
SyncNotificationContactsTask.SyncLogWriter
An inner class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.Thread |
cvThread
The thread running the update admin contacts task.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
SyncNotificationContactsTask()
Constructs a new instance of the sync notification contacts task with a
null servlet or thread context. |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRunning()
Answers if the task is currently running.
|
void |
run()
Runs the sync notification contacts task.
|
getContext, setContext
private static final long serialVersionUID
private static java.lang.Thread cvThread