Uses of Class
org.apache.qpid.transport.MessageDeliveryMode

Packages that use MessageDeliveryMode
org.apache.qpid.transport   
 

Uses of MessageDeliveryMode in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return MessageDeliveryMode
static MessageDeliveryMode MessageDeliveryMode.get(short value)
           
 MessageDeliveryMode DeliveryProperties.getDeliveryMode()
           
static MessageDeliveryMode MessageDeliveryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageDeliveryMode[] MessageDeliveryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.transport with parameters of type MessageDeliveryMode
 DeliveryProperties DeliveryProperties.deliveryMode(MessageDeliveryMode value)
           
 DeliveryProperties DeliveryProperties.setDeliveryMode(MessageDeliveryMode value)
           
 

Constructors in org.apache.qpid.transport with parameters of type MessageDeliveryMode
DeliveryProperties(MessageDeliveryPriority priority, MessageDeliveryMode deliveryMode, long ttl, long timestamp, long expiration, String exchange, String routingKey, String resumeId, long resumeTtl, Option... _options)
           
 



Licensed to the Apache Software Foundation