|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.util.EJBUtil
public final class EJBUtil
Util class used by the engine to access EJB2 API Accessor and manage invocation exception
Field Summary | |
---|---|
static APIAccessor |
EJB2_ACCESSOR
|
Method Summary | |
---|---|
static APIAccessor |
getEJB2APIAccessor()
|
static void |
manageInvokeExceptionCause(java.lang.reflect.Method m,
java.lang.Throwable t)
Throw the throwable passed if it's an RuntimeException or if it's an exception declared by the method If not, throw nothing and return |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final APIAccessor EJB2_ACCESSOR
Method Detail |
---|
public static APIAccessor getEJB2APIAccessor()
public static void manageInvokeExceptionCause(java.lang.reflect.Method m, java.lang.Throwable t) throws BonitaException
BonitaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |