Uses of Class
org.picocontainer.PicoIntrospectionException

Packages that use PicoIntrospectionException
org.picocontainer This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern. 
org.picocontainer.alternatives   
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of PicoIntrospectionException in org.picocontainer
 

Methods in org.picocontainer that throw PicoIntrospectionException
 void Parameter.verify(PicoContainer container, ComponentAdapter adapter, Class expectedType)
          Verify that the Parameter can statisfied the expected type using the container
 Object ComponentAdapter.getComponentInstance(PicoContainer container)
          Retrieve the component instance.
 void ComponentAdapter.verify(PicoContainer container)
          Verify that all dependencies for this adapter can be satisifed.
 

Uses of PicoIntrospectionException in org.picocontainer.alternatives
 

Methods in org.picocontainer.alternatives that throw PicoIntrospectionException
 ComponentAdapter ImplementationHidingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object ImplementationHidingComponentAdapter.getComponentInstance(PicoContainer container)
           
 

Uses of PicoIntrospectionException in org.picocontainer.defaults
 

Subclasses of PicoIntrospectionException in org.picocontainer.defaults
 class AmbiguousComponentResolutionException
          Exception that is thrown as part of the introspection.
 class CyclicDependencyException
           
 class TooManySatisfiableConstructorsException
           
 class UnsatisfiableDependenciesException
           
 

Methods in org.picocontainer.defaults that throw PicoIntrospectionException
 Object SynchronizedComponentAdapter.getComponentInstance(PicoContainer container)
           
 ComponentAdapter SetterInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a SetterInjectionComponentAdapter.
protected  Constructor SetterInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
           
 Object SetterInjectionComponentAdapter.getComponentInstance(PicoContainer container)
           
 void SetterInjectionComponentAdapter.verify(PicoContainer container)
           
 void InstantiatingComponentAdapter.verify(PicoContainer container)
           
protected abstract  Constructor InstantiatingComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
          Find and return the greediest satisfiable constructor.
 ComponentAdapter DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object DecoratingComponentAdapter.getComponentInstance(PicoContainer container)
           
 void DecoratingComponentAdapter.verify(PicoContainer container)
           
 ComponentAdapter ConstructorInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
protected  Constructor ConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
           
 Object ConstructorInjectionComponentAdapter.getComponentInstance(PicoContainer container)
           
 void ComponentParameter.verify(PicoContainer container, ComponentAdapter adapter, Class expectedType)
          
 ComponentAdapter ComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a new component adapter based on the specified arguments.
 void CollectionComponentParameter.verify(PicoContainer container, ComponentAdapter adapter, Class expectedType)
          Verify a successful dependency resolution of the parameter for the expected type.
 ComponentAdapter CachingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object CachingComponentAdapter.getComponentInstance(PicoContainer container)
           
 ComponentAdapter BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          
 Object BeanPropertyComponentAdapter.getComponentInstance(PicoContainer container)
          Get a component instance and set given property values.
 void BasicComponentParameter.verify(PicoContainer container, ComponentAdapter adapter, Class expectedType)
           
 



Copyright © 2003-2005 Codehaus. All Rights Reserved.