org.apache.openejb.cdi
Class OpenEJBLifecycle.NewEjbBean<T>

java.lang.Object
  extended by org.apache.webbeans.component.AbstractOwbBean<T>
      extended by org.apache.webbeans.component.AbstractInjectionTargetBean<T>
          extended by org.apache.webbeans.ejb.common.component.BaseEjbBean<T>
              extended by org.apache.openejb.cdi.CdiEjbBean<T>
                  extended by org.apache.openejb.cdi.OpenEJBLifecycle.NewEjbBean<T>
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<T>, javax.enterprise.inject.spi.Bean<T>, org.apache.webbeans.component.EnterpriseBeanMarker, org.apache.webbeans.component.InjectionTargetBean<T>, org.apache.webbeans.component.InterceptedMarker, org.apache.webbeans.component.NewBean<T>, org.apache.webbeans.component.OwbBean<T>
Enclosing class:
OpenEJBLifecycle

public static class OpenEJBLifecycle.NewEjbBean<T>
extends CdiEjbBean<T>
implements org.apache.webbeans.component.NewBean<T>


Field Summary
 
Fields inherited from class org.apache.webbeans.ejb.common.component.BaseEjbBean
ejbType, OBJECT_EMPTY
 
Fields inherited from class org.apache.webbeans.component.AbstractInjectionTargetBean
decorators, inheritedMetaData, interceptorStack
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType
 
Constructor Summary
OpenEJBLifecycle.NewEjbBean(BeanContext beanContext, org.apache.webbeans.config.WebBeansContext webBeansContext)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.cdi.CdiEjbBean
addApiType, afterConstructor, destroyComponentInstance, destroyStatefulSessionBeanInstance, getBeanContext, getBusinessLocalInterfaces, getEjbName, getId, getInjectionPoint, getInstance, getRemoveMethods, isPassivationCapable, needsBeanLocalViewAddedToTypes, specialize
 
Methods inherited from class org.apache.webbeans.ejb.common.component.BaseEjbBean
addDependentSFSB, createComponentInstance, getDependentSFSBForProxy, getEjbType, injectFieldInInterceptor, removeDependentSFSB
 
Methods inherited from class org.apache.webbeans.component.AbstractInjectionTargetBean
addInjectedField, addInjectedFieldToSuper, addInjectedMethod, addInjectedMethodToSuper, addObservableMethod, beforeConstructor, createDefaultInstance, createInstance, destroyInstance, getAnnotatedType, getDecoratorStack, getInheritedMetaData, getInjectedFields, getInjectedFromSuperFields, getInjectedFromSuperMethods, getInjectedMethods, getInjectionPoints, getInterceptorStack, getObservableMethods, injectFields, injectMethods, injectResources, injectSuperFields, injectSuperMethods, postConstruct, postConstructDefault, preDestroy, preDestroyDefault, setAnnotatedType, setInheritedMetaData, validatePassivationDependencies
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, equals, getBeanClass, getImplQualifiers, getImplScopeType, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, hashCode, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.webbeans.component.OwbBean
addInjectionPoint, addQualifier, addStereoType, createNewInstance, destroyCreatedInstance, getImplQualifiers, getImplScopeType, getOwbStereotypes, getReturnType, getWebBeansContext, getWebBeansType, isDependent, isEnabled, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean
 
Methods inherited from interface javax.enterprise.inject.spi.Bean
getBeanClass, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
 
Methods inherited from interface javax.enterprise.context.spi.Contextual
create, destroy
 

Constructor Detail

OpenEJBLifecycle.NewEjbBean

public OpenEJBLifecycle.NewEjbBean(BeanContext beanContext,
                                   org.apache.webbeans.config.WebBeansContext webBeansContext)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.