org.picocontainer.extras
Class SynchronizedComponentAdapterFactory
java.lang.Object
org.picocontainer.extras.DecoratingComponentAdapterFactory
org.picocontainer.extras.SynchronizedComponentAdapterFactory
- All Implemented Interfaces:
- ComponentAdapterFactory
- public class SynchronizedComponentAdapterFactory
- extends DecoratingComponentAdapterFactory
- Version:
- $Revision: 1.2 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedComponentAdapterFactory
public SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
createComponentAdapter
public ComponentAdapter createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
- Specified by:
createComponentAdapter
in interface ComponentAdapterFactory
- Overrides:
createComponentAdapter
in class DecoratingComponentAdapterFactory
Copyright © 2003-2004 Codehaus. All Rights Reserved.