org.picocontainer.defaults
Class TransientComponentAdapter

java.lang.Object
  extended byorg.picocontainer.defaults.AbstractComponentAdapter
      extended byorg.picocontainer.defaults.InstantiatingComponentAdapter
          extended byorg.picocontainer.defaults.ConstructorComponentAdapter
              extended byorg.picocontainer.defaults.TransientComponentAdapter
All Implemented Interfaces:
ComponentAdapter, Serializable

Deprecated. Use ConstructorComponentAdapter.

public class TransientComponentAdapter
extends ConstructorComponentAdapter

Version:
$Revision: 1.7 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.picocontainer.defaults.InstantiatingComponentAdapter
parameters
 
Constructor Summary
TransientComponentAdapter(Object componentKey, Class componentImplementation)
          Deprecated.  
 
Methods inherited from class org.picocontainer.defaults.ConstructorComponentAdapter
getConstructorArguments, getGreediestSatisifableConstructor, getMostSatisfiableDependencyTypes
 
Methods inherited from class org.picocontainer.defaults.InstantiatingComponentAdapter
createDefaultParameters, getComponentInstance, instantiateComponent, verify
 
Methods inherited from class org.picocontainer.defaults.AbstractComponentAdapter
getComponentImplementation, getComponentKey, getContainer, setContainer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransientComponentAdapter

public TransientComponentAdapter(Object componentKey,
                                 Class componentImplementation)
                          throws AssignabilityRegistrationException,
                                 NotConcreteRegistrationException
Deprecated. 


Copyright © 2003-2004 Codehaus. All Rights Reserved.