Uses of Interface
org.apache.qpid.server.exchange.ExchangeType

Packages that use ExchangeType
org.apache.qpid.qmf   
org.apache.qpid.server.configuration   
org.apache.qpid.server.exchange   
org.apache.qpid.server.plugins   
 

Uses of ExchangeType in org.apache.qpid.qmf
 

Fields in org.apache.qpid.qmf declared as ExchangeType
static ExchangeType<ManagementExchange> ManagementExchange.TYPE
           
 

Methods in org.apache.qpid.qmf that return ExchangeType
 ExchangeType ManagementExchange.getType()
           
 

Uses of ExchangeType in org.apache.qpid.server.configuration
 

Methods in org.apache.qpid.server.configuration that return ExchangeType
 ExchangeType ExchangeConfig.getType()
           
 

Uses of ExchangeType in org.apache.qpid.server.exchange
 

Fields in org.apache.qpid.server.exchange declared as ExchangeType
static ExchangeType<DirectExchange> DirectExchange.TYPE
           
static ExchangeType<FanoutExchange> FanoutExchange.TYPE
           
static ExchangeType<HeadersExchange> HeadersExchange.TYPE
           
static ExchangeType<TopicExchange> TopicExchange.TYPE
           
 

Methods in org.apache.qpid.server.exchange that return ExchangeType
 ExchangeType AbstractExchange.getType()
           
 

Methods in org.apache.qpid.server.exchange that return types with arguments of type ExchangeType
 Collection<ExchangeType<? extends Exchange>> ExchangeFactory.getPublicCreatableTypes()
           
 Collection<ExchangeType<? extends Exchange>> DefaultExchangeFactory.getPublicCreatableTypes()
           
 Collection<ExchangeType<? extends Exchange>> ExchangeFactory.getRegisteredTypes()
           
 Collection<ExchangeType<? extends Exchange>> DefaultExchangeFactory.getRegisteredTypes()
           
 

Methods in org.apache.qpid.server.exchange with parameters of type ExchangeType
 void DefaultExchangeFactory.registerExchangeType(ExchangeType<? extends Exchange> type)
           
 

Constructors in org.apache.qpid.server.exchange with parameters of type ExchangeType
AbstractExchange(ExchangeType<? extends Exchange> type)
           
 

Uses of ExchangeType in org.apache.qpid.server.plugins
 

Methods in org.apache.qpid.server.plugins that return types with arguments of type ExchangeType
 Map<String,ExchangeType<?>> PluginManager.getExchanges()
           
 



Licensed to the Apache Software Foundation