org.picocontainer.extras
Class SynchronizedComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.extras.DecoratingComponentAdapterFactory
      extended byorg.picocontainer.extras.SynchronizedComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory

public class SynchronizedComponentAdapterFactory
extends DecoratingComponentAdapterFactory

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy

Constructor Summary
SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
           
 
Method Summary
 ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedComponentAdapterFactory

public SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
Method Detail

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.