Uses of Class
com.ibm.soa.parlayx21.multimedia_messaging.DeliveryStatus

Packages that use DeliveryStatus
com.ibm.soa.parlayx21.multimedia_messaging Multimedia Messaging. 
 

Uses of DeliveryStatus in com.ibm.soa.parlayx21.multimedia_messaging
 

Fields in com.ibm.soa.parlayx21.multimedia_messaging declared as DeliveryStatus
static DeliveryStatus DeliveryStatus.DeliveredToNetwork
          Successful delivery to the network enabler responsible for distributing the multimedia message further in the network.
static DeliveryStatus DeliveryStatus.DeliveredToTerminal
          Successful delivery to Terminal.
static DeliveryStatus DeliveryStatus.DeliveryImpossible
          Unsuccessful delivery; the message could not be delivered before it expired.
static DeliveryStatus DeliveryStatus.DeliveryNotificationNotSupported
          Unable to provide delivery receipt notification.
static DeliveryStatus DeliveryStatus.DeliveryUncertain
          Delivery status unknown: for example, because it was handed off to another network.
static DeliveryStatus DeliveryStatus.MessageWaiting
          The message is still queued for delivery.
 

Methods in com.ibm.soa.parlayx21.multimedia_messaging that return DeliveryStatus
static DeliveryStatus DeliveryStatus.fromString(java.lang.String value)
           
static DeliveryStatus DeliveryStatus.fromValue(java.lang.String value)
           
 DeliveryStatus DeliveryInformation.getDeliveryStatus()
           
 

Methods in com.ibm.soa.parlayx21.multimedia_messaging with parameters of type DeliveryStatus
 void DeliveryInformation.setDeliveryStatus(DeliveryStatus deliveryStatus)
           
 



Copyright © 2003 IBM Corp. All Rights Reserved.