public class ProcessSessionBeanImpl<X> extends AbstractProcessClassBean<Object,SessionBean<Object>> implements ProcessSessionBean<X>
| Modifier and Type | Method and Description |
|---|---|
protected static <X> void |
fire(BeanManagerImpl beanManager,
SessionBean<Object> bean) |
AnnotatedType<Object> |
getAnnotatedBeanClass()
Returns the
AnnotatedType representing the bean class. |
AnnotatedType<X> |
getAnnotatedSessionBeanClass() |
String |
getEjbName()
Returns the EJB name of the session bean.
|
SessionBeanType |
getSessionBeanType()
Returns a
SessionBeanType representing the kind of session bean. |
addDefinitionError, getAnnotated, getBeanfiregetActualTypeArguments, getBeanManager, getErrors, getRawTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionError, getAnnotated, getBeanprotected static <X> void fire(BeanManagerImpl beanManager, SessionBean<Object> bean)
public AnnotatedType<X> getAnnotatedSessionBeanClass()
public String getEjbName()
ProcessSessionBeangetEjbName in interface ProcessSessionBean<X>public SessionBeanType getSessionBeanType()
ProcessSessionBeanSessionBeanType representing the kind of session bean.getSessionBeanType in interface ProcessSessionBean<X>SessionBeanTypepublic AnnotatedType<Object> getAnnotatedBeanClass()
ProcessManagedBeanAnnotatedType representing the bean class.getAnnotatedBeanClass in interface ProcessManagedBean<Object>AnnotatedType for the bean being registeredCopyright © 2014 Seam Framework. All Rights Reserved.