org.picocontainer.defaults
Class SynchronizedComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.defaults.MonitoringComponentAdapterFactory
      extended byorg.picocontainer.defaults.DecoratingComponentAdapterFactory
          extended byorg.picocontainer.defaults.SynchronizedComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory, ComponentMonitorStrategy, Serializable

public class SynchronizedComponentAdapterFactory
extends DecoratingComponentAdapterFactory

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

Constructor Summary
SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
           
 
Method Summary
 ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a new component adapter based on the specified arguments.
 
Methods inherited from class org.picocontainer.defaults.MonitoringComponentAdapterFactory
changeMonitor, currentMonitor
 
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)
Description copied from interface: ComponentAdapterFactory
Create a new component adapter based on the specified arguments.

Specified by:
createComponentAdapter in interface ComponentAdapterFactory
Overrides:
createComponentAdapter in class DecoratingComponentAdapterFactory


Copyright © 2003-2007 Codehaus. All Rights Reserved.