|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriggerType | |
|---|---|
| org.nhindirect.stagent.mail.notifications | Message Disposition Notifications implementation: RFC 3798 |
| Uses of TriggerType in org.nhindirect.stagent.mail.notifications |
|---|
| Methods in org.nhindirect.stagent.mail.notifications that return TriggerType | |
|---|---|
TriggerType |
Disposition.getTriggerType()
Gets the trigger action that generated this disposition (action-mode). |
static TriggerType |
TriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TriggerType[] |
TriggerType.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 TriggerType | |
|---|---|
static String |
NotificationHelper.asString(TriggerType type)
Provides the appropriate Disposition header value for the type. |
static String |
MDNStandard.toString(TriggerType mode)
Provides the appropriate Disposition header value for the mode. |
| Constructors in org.nhindirect.stagent.mail.notifications with parameters of type TriggerType | |
|---|---|
Disposition(TriggerType triggerType,
SendType sendType,
NotificationType notification)
Initializes an instance with the specified disposition notification type and action and sending modes |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||