@Module public class ProcessSessionBeanImpl<X> extends ProcessManagedBeanImpl<java.lang.Object> implements ProcessSessionBean<X>
Constructor and Description |
---|
ProcessSessionBeanImpl(InjectManager manager,
Bean<java.lang.Object> bean,
AnnotatedType<java.lang.Object> beanAnnType,
java.lang.String ejbName,
SessionBeanType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEjbName() |
SessionBeanType |
getSessionBeanType() |
getAnnotatedBeanClass
addDefinitionError, getAnnotated, getBean, getManager, isVeto, setBean, toString, veto
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotatedBeanClass
addDefinitionError, getAnnotated, getBean
public ProcessSessionBeanImpl(InjectManager manager, Bean<java.lang.Object> bean, AnnotatedType<java.lang.Object> beanAnnType, java.lang.String ejbName, SessionBeanType type)
public java.lang.String getEjbName()
getEjbName
in interface ProcessSessionBean<X>
public SessionBeanType getSessionBeanType()
getSessionBeanType
in interface ProcessSessionBean<X>