@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() |
getAnnotatedBeanClassaddDefinitionError, getAnnotated, getBean, getManager, isVeto, setBean, toString, vetoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotatedBeanClassaddDefinitionError, getAnnotated, getBeanpublic 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>