|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationType | |
|---|---|
| org.nhindirect.stagent.mail.notifications | Message Disposition Notifications implementation: RFC 3798 |
| Uses of NotificationType in org.nhindirect.stagent.mail.notifications |
|---|
| Methods in org.nhindirect.stagent.mail.notifications that return NotificationType | |
|---|---|
NotificationType |
Disposition.getNotification()
Gets the type of disposition indicated |
static NotificationType |
NotificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nhindirect.stagent.mail.notifications with parameters of type NotificationType | |
|---|---|
static java.lang.String |
NotificationHelper.asString(NotificationType type)
Provides the appropriate Disposition header value for the type |
void |
Disposition.setNotification(NotificationType notification)
Sets the type of disposition indicated. |
static java.lang.String |
MDNStandard.toString(NotificationType type)
Provides the appropriate Disposition header value for the type |
| Constructors in org.nhindirect.stagent.mail.notifications with parameters of type NotificationType | |
|---|---|
Disposition(NotificationType notification)
Initializes an instance with the specified disposition notification type and automatic modes. |
|
Disposition(TriggerType triggerType,
SendType sendType,
NotificationType notification)
Initializes an instance with the specified disposition notification type and action and sending modes |
|
Notification(NotificationType notification)
Initializes a new instance of the supplied notification type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||