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

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

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

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

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

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

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

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

Methods in org.apache.geronimo.blueprint.ext that throw ComponentDefinitionException
 void AbstractPropertyPlaceholder.process(ComponentDefinitionRegistry registry)
           
 



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