X - ejb class infopublic class ProcessSessionBeanImpl<X> extends ProcessBeanImpl<Object> implements javax.enterprise.inject.spi.ProcessSessionBean<X>
ProcessSessionBean.| Constructor and Description |
|---|
ProcessSessionBeanImpl(javax.enterprise.inject.spi.Bean<Object> bean,
javax.enterprise.inject.spi.AnnotatedType<Object> annotatedType,
String name,
javax.enterprise.inject.spi.SessionBeanType type) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedType<Object> |
getAnnotatedBeanClass() |
String |
getEjbName() |
javax.enterprise.inject.spi.SessionBeanType |
getSessionBeanType() |
addDefinitionError, getAnnotated, getBeanpublic String getEjbName()
getEjbName in interface javax.enterprise.inject.spi.ProcessSessionBean<X>public javax.enterprise.inject.spi.SessionBeanType getSessionBeanType()
getSessionBeanType in interface javax.enterprise.inject.spi.ProcessSessionBean<X>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.