Uses of Class
org.apache.qpid.client.BasicMessageProducer.PublishMode

Packages that use BasicMessageProducer.PublishMode
org.apache.qpid.client   
 

Uses of BasicMessageProducer.PublishMode in org.apache.qpid.client
 

Fields in org.apache.qpid.client declared as BasicMessageProducer.PublishMode
protected  BasicMessageProducer.PublishMode BasicMessageProducer.publishMode
           
 

Methods in org.apache.qpid.client that return BasicMessageProducer.PublishMode
static BasicMessageProducer.PublishMode BasicMessageProducer.PublishMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasicMessageProducer.PublishMode[] BasicMessageProducer.PublishMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Licensed to the Apache Software Foundation