| Package | Description |
|---|---|
| org.ovirt.engine.core.notifier.methods | |
| org.ovirt.engine.core.notifier.utils.sender.mail |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotificationMethodFactory<T extends EventSender>
An interface of notification method factories, enforcing the created class to derive from
EventSender |
| Modifier and Type | Method and Description |
|---|---|
EventSender |
NotificationMethodMapBuilder.NotificationMethodFactoryMapper.getMethod(EventNotificationMethods methodType)
Returns an instance of the notification method implementation class
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventSenderMailImpl
The class designed to send e-mails to subscriptions for events.
In order to define a proper mail client, the following properties should be provided: MAIL_SERVER mail server name
MAIL_PORT mail server portThe following properties are optional: MAIL_USER user name includes a domain (e.g. |
Copyright © 2012. All Rights Reserved.