public final class EJBWebBeansConfigurator extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Bean<T> |
defineEjbBean(Class<T> clazz,
ProcessAnnotatedType<T> processAnnotatedTypeEvent,
WebBeansContext webBeansContext)
Returns ejb bean.
|
static boolean |
isSessionBean(Class<?> clazz,
WebBeansContext webBeansContext)
Returns true if given class is an deployed ejb bean class, false otherwise.
|
public static boolean isSessionBean(Class<?> clazz, WebBeansContext webBeansContext) throws WebBeansConfigurationException
clazz - bean classwebBeansContext - WebBeansConfigurationException - if any exception occurspublic static <T> Bean<T> defineEjbBean(Class<T> clazz, ProcessAnnotatedType<T> processAnnotatedTypeEvent, WebBeansContext webBeansContext)
T - bean class infowebBeansContext - clazz - bean classCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.