net.sf.joyaop.extension.picocontainer
Class AspectizedComponentAdapterFactory
java.lang.Object
net.sf.joyaop.extension.picocontainer.AspectizedComponentAdapterFactory
- All Implemented Interfaces:
- org.picocontainer.defaults.ComponentAdapterFactory
public class AspectizedComponentAdapterFactory
- extends java.lang.Object
- implements org.picocontainer.defaults.ComponentAdapterFactory
only for stateless components
- Author:
- Shen Li
Method Summary |
org.picocontainer.ComponentAdapter |
createComponentAdapter(java.lang.Object componentKey,
java.lang.Class componentImplementation,
org.picocontainer.Parameter[] parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectizedComponentAdapterFactory
public AspectizedComponentAdapterFactory(ObjectFactory objectFactory)
createComponentAdapter
public org.picocontainer.ComponentAdapter createComponentAdapter(java.lang.Object componentKey,
java.lang.Class componentImplementation,
org.picocontainer.Parameter[] parameters)
throws org.picocontainer.PicoIntrospectionException,
org.picocontainer.defaults.AssignabilityRegistrationException,
org.picocontainer.defaults.NotConcreteRegistrationException
- Specified by:
createComponentAdapter
in interface org.picocontainer.defaults.ComponentAdapterFactory
- Throws:
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.AssignabilityRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException