public class MailNotification extends BaseJob
| Constructor | Description |
|---|---|
MailNotification() |
| Modifier and Type | Method | Description |
|---|---|---|
org.itracker.services.NotificationService |
getNotificationService() |
|
void |
performTask(String[] args) |
|
void |
process() |
process() checks for new messages and calls processMsg() for every new
message
|
void |
setNotificationService(org.itracker.services.NotificationService notificationService) |
execute, getServicespublic void setNotificationService(org.itracker.services.NotificationService notificationService)
public org.itracker.services.NotificationService getNotificationService()
public void performTask(String[] args)
public void process()
throws javax.mail.MessagingException,
NotificationException
javax.mail.MessagingExceptionNotificationExceptionCopyright © 2002–2019 itracker. All rights reserved.