org.picocontainer.defaults
Class SynchronizedComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.defaults.DecoratingComponentAdapterFactory
      extended byorg.picocontainer.defaults.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(java.lang.Object componentKey, java.lang.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(java.lang.Object componentKey,
                                               java.lang.Class componentImplementation,
                                               Parameter[] parameters)
Specified by:
createComponentAdapter in interface ComponentAdapterFactory
Overrides:
createComponentAdapter in class DecoratingComponentAdapterFactory


Copyright © 2003-2004 Codehaus. All Rights Reserved.