public final class EjbUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
defineSpecializedData(Class<T> clazz,
BaseEjbBean<T> ejbBean) |
static <T> void |
fireEvents(Class<T> clazz,
BaseEjbBean<T> ejbBean,
javax.enterprise.inject.spi.ProcessAnnotatedType<T> event) |
static boolean |
isBusinessMethod(Method method,
BaseEjbBean<?> bean)
Check if a given Method is a business method of the given enterprise bean.
|
public static <T> void fireEvents(Class<T> clazz, BaseEjbBean<T> ejbBean, javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
public static <T> void defineSpecializedData(Class<T> clazz, BaseEjbBean<T> ejbBean)
public static boolean isBusinessMethod(Method method, BaseEjbBean<?> bean)
method - the method of interestbean - the ContextualCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.