com.sun.ejb.containers
Class InvocationHandlerUtil
java.lang.Object
com.sun.ejb.containers.InvocationHandlerUtil
public final class InvocationHandlerUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeJavaObjectMethod
public static Object invokeJavaObjectMethod(InvocationHandler handler,
Method method,
Object[] args)
throws EJBException
- Throws:
EJBException
isDeclaredException
public static boolean isDeclaredException(Throwable t,
Class[] declaredExceptions)
throwLocalException
public static void throwLocalException(Throwable t,
Class[] declaredExceptions)
throws Throwable
- Throws:
Throwable
throwRemoteException
public static void throwRemoteException(Throwable t,
Class[] declaredExceptions)
throws Throwable
- Throws:
Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.