org.picocontainer.gems.jndi
Class JNDIExposing
java.lang.Object
org.picocontainer.behaviors.AbstractBehaviorFactory
org.picocontainer.gems.jndi.JNDIExposing
- Type Parameters:
T
-
- All Implemented Interfaces:
- Serializable, BehaviorFactory, ComponentFactory
public class JNDIExposing
- extends AbstractBehaviorFactory
produce JNDI exposing behaviour
- Author:
- Konstantin Pribluda
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIExposing
public JNDIExposing()
addComponentAdapter
public <T> ComponentAdapter<T> addComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
ComponentAdapter<T> adapter)
- Specified by:
addComponentAdapter
in interface BehaviorFactory
- Overrides:
addComponentAdapter
in class AbstractBehaviorFactory
createComponentAdapter
public <T> ComponentAdapter<T> createComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
Object componentKey,
Class<T> componentImplementation,
Parameter... parameters)
throws PicoCompositionException
- Specified by:
createComponentAdapter
in interface ComponentFactory
- Overrides:
createComponentAdapter
in class AbstractBehaviorFactory
- Throws:
PicoCompositionException
Copyright © 2003-2010 Codehaus. All Rights Reserved.