org.picocontainer.gems.jndi
Class JNDIExposing

java.lang.Object
  extended by org.picocontainer.behaviors.AbstractBehaviorFactory
      extended by 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

Constructor Summary
JNDIExposing()
           
 
Method Summary
<T> ComponentAdapter<T>
addComponentAdapter(ComponentMonitor componentMonitor, LifecycleStrategy lifecycleStrategy, Properties componentProperties, ComponentAdapter<T> adapter)
           
<T> ComponentAdapter<T>
createComponentAdapter(ComponentMonitor componentMonitor, LifecycleStrategy lifecycleStrategy, Properties componentProperties, Object componentKey, Class<T> componentImplementation, Parameter... parameters)
           
 
Methods inherited from class org.picocontainer.behaviors.AbstractBehaviorFactory
accept, arePropertiesPresent, getAndRemovePropertiesIfPresentByKey, mergeProperties, removePropertiesIfPresent, verify, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIExposing

public JNDIExposing()
Method Detail

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.