public class PruneNotificationsAndTasksJob
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Class and Description |
|---|---|
static class |
PruneNotificationsAndTasksJob.Results |
| Constructor and Description |
|---|
PruneNotificationsAndTasksJob(org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel,
java.lang.String domainName) |
| Modifier and Type | Method and Description |
|---|---|
PruneNotificationsAndTasksJob.Results |
getResults() |
PruneNotificationsAndTasksJob.Results |
getStartedResults() |
boolean |
isRunning() |
protected void |
pruneNotification(org.tiogasolutions.notify.pub.notification.Notification notification) |
void |
run() |
public PruneNotificationsAndTasksJob(org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel,
java.lang.String domainName)
public void run()
run in interface java.lang.Runnableprotected void pruneNotification(org.tiogasolutions.notify.pub.notification.Notification notification)
public boolean isRunning()
public PruneNotificationsAndTasksJob.Results getStartedResults()
public PruneNotificationsAndTasksJob.Results getResults()