public class ProcessSessionBeanImpl<X> extends AbstractProcessClassBean<Object,SessionBean<Object>> implements javax.enterprise.inject.spi.ProcessSessionBean<X>
Constructor and Description |
---|
ProcessSessionBeanImpl(BeanManagerImpl beanManager,
SessionBean<Object> bean) |
Modifier and Type | Method and Description |
---|---|
static <X> void |
fire(BeanManagerImpl beanManager,
SessionBean<Object> bean) |
javax.enterprise.inject.spi.AnnotatedType<Object> |
getAnnotatedBeanClass() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getAnnotatedSessionBeanClass() |
String |
getEjbName() |
javax.enterprise.inject.spi.SessionBeanType |
getSessionBeanType() |
addDefinitionError, getAnnotated, getBean
fire, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
public ProcessSessionBeanImpl(BeanManagerImpl beanManager, SessionBean<Object> bean)
public static <X> void fire(BeanManagerImpl beanManager, SessionBean<Object> bean)
public javax.enterprise.inject.spi.AnnotatedType<X> getAnnotatedSessionBeanClass()
public 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 © 2012 Seam Framework. All Rights Reserved.