public class NewCdiEjbBean<T> extends CdiEjbBean<T>
CdiEjbBean.EJBBeanAttributesImpl<T>, CdiEjbBean.EjbInjectionTargetFactory<T>, CdiEjbBean.EjbInjectionTargetImpl<T>
Constructor and Description |
---|
NewCdiEjbBean(CdiEjbBean<T> that) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getName() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope() |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes() |
createEjb, destroyComponentInstance, destroyStatefulSessionBeanInstance, getBeanContext, getBusinessLocalInterfaces, getEjbName, getRemoveMethods, initInternals, interceptorInfo, isPassivationCapable, needsBeanLocalViewAddedToTypes, storeStatefulInstance
public NewCdiEjbBean(CdiEjbBean<T> that)
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
public java.lang.String getName()
public java.lang.String getId()
public java.util.Set<java.lang.annotation.Annotation> getQualifiers()