| Package | Description |
|---|---|
| org.beangle.notification | |
| org.beangle.notification.console | |
| org.beangle.notification.mail | |
| org.beangle.notification.service |
| Modifier and Type | Method and Description |
|---|---|
Notifier<T> |
NotificationTask.getNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationTask.setNotifier(Notifier<T> notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleNotifier |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMailNotifier<T extends MailMessage> |
class |
DefaultMailNotifier<T extends MailMessage> |
| Modifier and Type | Method and Description |
|---|---|
Notifier<T> |
DefaultNotificationTask.getNotifier() |
Notifier<?> |
DefaultNotifierService.getNotifier(String notifierId) |
Notifier<?> |
NotifierService.getNotifier(String notifierId)
Returns notifier by id
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Notifier<?>> |
DefaultNotifierService.getNotifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNotificationTask.setNotifier(Notifier<T> notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNotifierService.setNotifiers(Map<String,Notifier<?>> notifiers) |
Copyright © 2012 The Beangle Software Group. All Rights Reserved.