Uses of Class
org.picocontainer.PicoRegistrationException

Packages that use PicoRegistrationException
org.picocontainer This package is the basic API for developers who instantiate PicoContainers. 
org.picocontainer.defaults This package contains a default implementation of the PicoContainer API. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
 

Uses of PicoRegistrationException in org.picocontainer
 

Subclasses of PicoRegistrationException in org.picocontainer
 class PicoIntrospectionException
           
 

Methods in org.picocontainer that throw PicoRegistrationException
 Object MutablePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation)
          Registers a component.
 Object MutablePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Registers a component.
 Object MutablePicoContainer.registerComponentImplementation(Class componentImplementation)
          Registers a component using the componentImplementation as key.
 Object MutablePicoContainer.registerComponentInstance(Object componentInstance)
          Registers an arbitrary object, using itself as a key.
 Object MutablePicoContainer.registerComponentInstance(Object componentKey, Object componentInstance)
          Registers an arbitrary object as a compoent in the container.
 

Uses of PicoRegistrationException in org.picocontainer.defaults
 

Subclasses of PicoRegistrationException in org.picocontainer.defaults
 class AmbiguousComponentResolutionException
           
 class AssignabilityRegistrationException
           
 class DuplicateComponentKeyRegistrationException
           
 class NoSatisfiableConstructorsException
           
 class NotConcreteRegistrationException
           
 class TooManySatisfiableConstructorsException
           
 

Methods in org.picocontainer.defaults that throw PicoRegistrationException
 Object DefaultPicoContainer.registerComponentInstance(Object component)
           
 Object DefaultPicoContainer.registerComponentInstance(Object componentKey, Object componentInstance)
           
 Object DefaultPicoContainer.registerComponentImplementation(Class componentImplementation)
           
 Object DefaultPicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation)
           
 Object DefaultPicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 

Uses of PicoRegistrationException in org.picocontainer.extras
 

Subclasses of PicoRegistrationException in org.picocontainer.extras
static class BeanPropertyComponentAdapterFactory.PicoBeanInfoInitializationException
           
 

Methods in org.picocontainer.extras that throw PicoRegistrationException
 Object DefaultLifecyclePicoContainer.registerComponentInstance(Object componentKey, Object componentInstance)
           
 Object DefaultLifecyclePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation)
           
 Object DefaultLifecyclePicoContainer.registerComponentInstance(Object componentInstance)
           
 Object DefaultLifecyclePicoContainer.registerComponentImplementation(Class componentImplementation)
           
 Object DefaultLifecyclePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.