org.picocontainer.gems.behaviors
Class Pooling
java.lang.Object
org.picocontainer.behaviors.AbstractBehaviorFactory
org.picocontainer.gems.behaviors.Pooling
- All Implemented Interfaces:
- Serializable, BehaviorFactory, ComponentFactory
public class Pooling
- extends AbstractBehaviorFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pooling
public Pooling(Pooled.Context poolContext)
Pooling
public Pooling()
createComponentAdapter
public ComponentAdapter createComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
Object componentKey,
Class componentImplementation,
Parameter... parameters)
throws PicoCompositionException
- Specified by:
createComponentAdapter
in interface ComponentFactory
- Overrides:
createComponentAdapter
in class AbstractBehaviorFactory
- Throws:
PicoCompositionException
addComponentAdapter
public ComponentAdapter addComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
ComponentAdapter adapter)
- Specified by:
addComponentAdapter
in interface BehaviorFactory
- Overrides:
addComponentAdapter
in class AbstractBehaviorFactory
Copyright © 2003-2010 Codehaus. All Rights Reserved.