Uses of Class
org.apache.qpid.proton.ProtonFactory.ImplementationType

Packages that use ProtonFactory.ImplementationType
org.apache.qpid.proton   
 

Uses of ProtonFactory.ImplementationType in org.apache.qpid.proton
 

Fields in org.apache.qpid.proton declared as ProtonFactory.ImplementationType
static ProtonFactory.ImplementationType Proton.ANY
           
static ProtonFactory.ImplementationType Proton.PROTON_C
           
static ProtonFactory.ImplementationType Proton.PROTON_J
           
 

Methods in org.apache.qpid.proton that return ProtonFactory.ImplementationType
static ProtonFactory.ImplementationType Proton.getDefaultImplementationType()
           
 ProtonFactory.ImplementationType ProtonFactory.getImplementationType()
           
static ProtonFactory.ImplementationType ProtonFactory.ImplementationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProtonFactory.ImplementationType[] ProtonFactory.ImplementationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.proton with parameters of type ProtonFactory.ImplementationType
static Connection Proton.connection(ProtonFactory.ImplementationType implementation)
           
static Data Proton.data(ProtonFactory.ImplementationType implementation, long capacity)
           
static Driver Proton.driver(ProtonFactory.ImplementationType implementation)
           
static Message Proton.message(ProtonFactory.ImplementationType implementation)
           
static Message Proton.message(ProtonFactory.ImplementationType implementation, Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
           
static Messenger Proton.messenger(ProtonFactory.ImplementationType implementation)
           
static Messenger Proton.messenger(ProtonFactory.ImplementationType implementation, String name)
           
static SslDomain Proton.sslDomain(ProtonFactory.ImplementationType implementation)
           
static SslPeerDetails Proton.sslPeerDetails(ProtonFactory.ImplementationType implementation, String hostname, int port)
           
static Transport Proton.transport(ProtonFactory.ImplementationType implementation)
           
 

Constructors in org.apache.qpid.proton with parameters of type ProtonFactory.ImplementationType
ProtonFactoryLoader(Class<C> factoryInterface, ProtonFactory.ImplementationType implementationType)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.