Uses of Class
org.osgi.service.blueprint.container.ComponentDefinitionException

Packages that use ComponentDefinitionException
org.apache.aries.blueprint.container   
org.apache.aries.blueprint.di   
org.apache.aries.blueprint.ext   
 

Uses of ComponentDefinitionException in org.apache.aries.blueprint.container
 

Methods in org.apache.aries.blueprint.container that throw ComponentDefinitionException
 java.lang.Object BlueprintRepository.create(java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.Object> BlueprintRepository.createAll(java.util.Collection<java.lang.String> names)
           
 java.lang.reflect.Method BeanRecipe.getDestroyMethod(java.lang.Object instance)
          Returns destroy method (if any).
protected  java.lang.reflect.Method BeanRecipe.getInitMethod(java.lang.Object instance)
          Returns init method (if any).
protected  java.lang.Object ServiceRecipe.internalCreate()
           
protected  java.lang.Object ReferenceListRecipe.internalCreate()
           
protected  java.lang.Object BeanRecipe.internalCreate()
           
protected  java.lang.Object ReferenceRecipe.internalCreate()
           
 void BeanRecipe.setProperties(java.lang.Object instance)
           
 

Uses of ComponentDefinitionException in org.apache.aries.blueprint.di
 

Subclasses of ComponentDefinitionException in org.apache.aries.blueprint.di
 class CircularDependencyException
           
 

Methods in org.apache.aries.blueprint.di that throw ComponentDefinitionException
 java.lang.Object AbstractRecipe.create()
           
 java.lang.Object Recipe.create()
          Create an instance for this recipe.
 java.lang.Object Repository.create(java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.Object> Repository.createAll(java.util.Collection<java.lang.String> names)
           
protected abstract  java.lang.Object AbstractRecipe.internalCreate()
           
protected  java.lang.Object IdRefRecipe.internalCreate()
           
protected  java.lang.Object CollectionRecipe.internalCreate()
           
protected  java.lang.Object MapRecipe.internalCreate()
           
protected  java.lang.Object ArrayRecipe.internalCreate()
           
protected  java.lang.Object ComponentFactoryRecipe.internalCreate()
           
protected  java.lang.Object ValueRecipe.internalCreate()
           
protected  java.lang.Object RefRecipe.internalCreate()
           
protected  java.lang.Object PassThroughRecipe.internalCreate()
           
 

Uses of ComponentDefinitionException in org.apache.aries.blueprint.ext
 

Methods in org.apache.aries.blueprint.ext that throw ComponentDefinitionException
 java.lang.Object ComponentFactoryMetadata.create()
          Create an instance
 void AbstractPropertyPlaceholder.process(ComponentDefinitionRegistry registry)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.