| Package | Description |
|---|---|
| org.apache.webbeans.ejb.common.component | |
| org.apache.webbeans.ejb.common.interceptor | |
| org.apache.webbeans.ejb.common.proxy | |
| org.apache.webbeans.ejb.common.util |
| Modifier and Type | Method and Description |
|---|---|
BaseEjbBean<T> |
EjbBeanCreatorImpl.getBean() |
| Constructor and Description |
|---|
EjbBeanCreatorImpl(BaseEjbBean<T> ejbBean) |
| Modifier and Type | Method and Description |
|---|---|
static BaseEjbBean<?> |
OpenWebBeansEjbInterceptor.getEjbBean() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenWebBeansEjbInterceptor.setThreadLocal(BaseEjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Sets thread local.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseEjbBean<?> |
EjbBeanProxyHandler.ejbBean
Proxy ejb bean instance
|
| Constructor and Description |
|---|
EjbBeanProxyHandler(BaseEjbBean<?> ejbBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
EjbUtility.defineSpecializedData(Class<T> clazz,
BaseEjbBean<T> ejbBean) |
static <T> void |
EjbUtility.fireEvents(Class<T> clazz,
BaseEjbBean<T> ejbBean,
javax.enterprise.inject.spi.ProcessAnnotatedType<T> event) |
static boolean |
EjbUtility.isBusinessMethod(Method method,
BaseEjbBean<?> bean)
Check if a given Method is a business method of the given enterprise bean.
|
static void |
EjbValidator.validateEjbScopeType(BaseEjbBean<?> ejbBean)
Validates session bean's scope.
|
static void |
EjbValidator.validateObserverMethods(BaseEjbBean<?> bean,
Set<javax.enterprise.inject.spi.ObserverMethod<?>> observers) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.