Uses of Class
org.nhindirect.stagent.mail.notifications.TriggerType

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(java.lang.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 java.lang.String NotificationHelper.asString(TriggerType type)
          Provides the appropriate Disposition header value for the type.
static java.lang.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
 



Copyright © 2010-2011 HNIN Direct. All Rights Reserved.