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

Packages that use ExchangeRegistry
org.apache.qpid.server.exchange   
org.apache.qpid.server.virtualhost   
 

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

Classes in org.apache.qpid.server.exchange that implement ExchangeRegistry
 class DefaultExchangeRegistry
           
 

Methods in org.apache.qpid.server.exchange with parameters of type ExchangeRegistry
 void ExchangeInitialiser.initialise(ExchangeFactory factory, ExchangeRegistry registry, DurableConfigurationStore store)
           
 

Uses of ExchangeRegistry in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost that return ExchangeRegistry
 ExchangeRegistry VirtualHost.getExchangeRegistry()
           
 ExchangeRegistry VirtualHostImpl.getExchangeRegistry()
           
 



Licensed to the Apache Software Foundation