org.apache.webbeans.ejb.util
Class EjbUtility

java.lang.Object
  extended by org.apache.webbeans.ejb.util.EjbUtility

public final class EjbUtility
extends Object


Method Summary
static
<T> void
fireEvents(Class<T> clazz, EjbBean<T> ejbBean)
           
static boolean isBusinessMethod(Method method, EjbBean<?> bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fireEvents

public static <T> void fireEvents(Class<T> clazz,
                                  EjbBean<T> ejbBean)

isBusinessMethod

public static boolean isBusinessMethod(Method method,
                                       EjbBean<?> bean)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.