org.apache.webbeans.ejb.component.creation
Interface EjbBeanCreator<T>

All Superinterfaces:
InjectedTargetBeanCreator<T>, javax.enterprise.inject.spi.InjectionTarget<T>, javax.enterprise.inject.spi.Producer<T>
All Known Implementing Classes:
EjbBeanCreatorImpl

public interface EjbBeanCreator<T>
extends InjectedTargetBeanCreator<T>


Method Summary
 
Methods inherited from interface org.apache.webbeans.component.creation.InjectedTargetBeanCreator
defineDisposalMethods, defineInjectedFields, defineInjectedMethods, defineObserverMethods, defineProducerFields, defineProducerMethods, getInjectedTarget, isInjectionTargetSet, setInjectedTarget
 
Methods inherited from interface javax.enterprise.inject.spi.InjectionTarget
inject, postConstruct, preDestroy
 
Methods inherited from interface javax.enterprise.inject.spi.Producer
dispose, getInjectionPoints, produce
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.