Uses of Interface
org.apache.qpid.server.registry.IApplicationRegistry

Packages that use IApplicationRegistry
org.apache.qpid.qmf   
org.apache.qpid.server.protocol   
org.apache.qpid.server.registry   
org.apache.qpid.server.transport   
org.apache.qpid.server.virtualhost   
 

Uses of IApplicationRegistry in org.apache.qpid.qmf
 

Constructors in org.apache.qpid.qmf with parameters of type IApplicationRegistry
QMFService(ConfigStore configStore, IApplicationRegistry applicationRegistry)
           
 

Uses of IApplicationRegistry in org.apache.qpid.server.protocol
 

Constructors in org.apache.qpid.server.protocol with parameters of type IApplicationRegistry
MultiVersionProtocolEngine(IApplicationRegistry appRegistry, String fqdn, Set<MultiVersionProtocolEngineFactory.VERSION> supported, org.apache.qpid.transport.NetworkDriver networkDriver)
           
ProtocolEngine_0_10(ServerConnection conn, org.apache.qpid.transport.NetworkDriver networkDriver, IApplicationRegistry appRegistry)
           
 

Uses of IApplicationRegistry in org.apache.qpid.server.registry
 

Classes in org.apache.qpid.server.registry that implement IApplicationRegistry
 class ApplicationRegistry
          An abstract application registry that provides access to configuration information and handles the construction and caching of configurable objects.
 class ConfigurationFileApplicationRegistry
           
 

Methods in org.apache.qpid.server.registry that return IApplicationRegistry
static IApplicationRegistry ApplicationRegistry.getInstance()
           
static IApplicationRegistry ApplicationRegistry.getInstance(int instanceID)
           
 

Methods in org.apache.qpid.server.registry with parameters of type IApplicationRegistry
static void ApplicationRegistry.initialise(IApplicationRegistry instance)
           
static void ApplicationRegistry.initialise(IApplicationRegistry instance, int instanceID)
           
 

Constructors in org.apache.qpid.server.registry with parameters of type IApplicationRegistry
BrokerConfigAdapter(IApplicationRegistry instance)
           
 

Uses of IApplicationRegistry in org.apache.qpid.server.transport
 

Constructors in org.apache.qpid.server.transport with parameters of type IApplicationRegistry
ServerConnectionDelegate(IApplicationRegistry appRegistry, String localFQDN)
           
ServerConnectionDelegate(Map<String,Object> properties, List<Object> locales, IApplicationRegistry appRegistry, String localFQDN)
           
ServerSessionDelegate(IApplicationRegistry appRegistry)
           
 

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

Methods in org.apache.qpid.server.virtualhost that return IApplicationRegistry
 IApplicationRegistry VirtualHost.getApplicationRegistry()
           
 IApplicationRegistry VirtualHostImpl.getApplicationRegistry()
           
 

Constructors in org.apache.qpid.server.virtualhost with parameters of type IApplicationRegistry
VirtualHostImpl(IApplicationRegistry appRegistry, VirtualHostConfiguration hostConfig)
           
 



Licensed to the Apache Software Foundation