public class ProcessSessionBeanImpl<X> extends AbstractProcessClassBean<Object,SessionBean<Object>> implements javax.enterprise.inject.spi.ProcessSessionBean<X>
Modifier and Type | Method and Description |
---|---|
protected 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() |
getAnnotated, getBean
addDefinitionError, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
checkWithinObserverNotification, getReceiver, postNotify, preNotify
protected 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 © 2016. All rights reserved.