Uses of Interface
org.apache.hivemind.internal.RegistryInfrastructure

Packages that use RegistryInfrastructure
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.events   
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.service Definitions of services provided by the hivemind module. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of RegistryInfrastructure in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return RegistryInfrastructure
 RegistryInfrastructure ConstructionContext.getRegistry()
          Returns a reference to the RegistryInfrastructure.
 

Uses of RegistryInfrastructure in org.apache.hivemind.events
 

Methods in org.apache.hivemind.events with parameters of type RegistryInfrastructure
 void RegistryInitializationListener.registryInitialized(RegistryInfrastructure registry)
          Invoked when the registry has been initialized.
 

Uses of RegistryInfrastructure in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement RegistryInfrastructure
 class RegistryInfrastructureImpl
          Implementation of RegistryInfrastructure.
 

Methods in org.apache.hivemind.impl that return RegistryInfrastructure
 RegistryInfrastructure RegistryInfrastructureConstructor.constructRegistryInfrastructure(RegistryDefinition definition)
          Constructs the registry infrastructure, based on a blueprint defined by a RegistryDefinition.
 RegistryInfrastructure ModuleImpl.getRegistry()
           
 

Methods in org.apache.hivemind.impl with parameters of type RegistryInfrastructure
 void ModuleImpl.setRegistry(RegistryInfrastructure registry)
           
 

Constructors in org.apache.hivemind.impl with parameters of type RegistryInfrastructure
RegistryImpl(RegistryInfrastructure infrastructure)
           
 

Uses of RegistryInfrastructure in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return RegistryInfrastructure
 RegistryInfrastructure Module.getRegistry()
           
 RegistryInfrastructure AbstractConstructionContext.getRegistry()
           
 

Uses of RegistryInfrastructure in org.apache.hivemind.service
 

Methods in org.apache.hivemind.service with parameters of type RegistryInfrastructure
 boolean AutowiringStrategy.autowireProperty(RegistryInfrastructure registry, java.lang.Object target, java.lang.String propertyName)
          Autowire a single property.
 

Uses of RegistryInfrastructure in org.apache.hivemind.service.impl
 

Methods in org.apache.hivemind.service.impl with parameters of type RegistryInfrastructure
 boolean AutowiringByTypeStrategy.autowireProperty(RegistryInfrastructure registry, java.lang.Object target, java.lang.String propertyName)
           
 

Constructors in org.apache.hivemind.service.impl with parameters of type RegistryInfrastructure
AutowiringImpl(RegistryInfrastructure registry, java.util.List strategyContributions, ErrorHandler errorHandler)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.