Uses of Class
it.imolinfo.jbi4ejb.exception.EJBInvokeException

Packages that use EJBInvokeException
it.imolinfo.jbi4ejb.runtime.ejbproxy   
 

Uses of EJBInvokeException in it.imolinfo.jbi4ejb.runtime.ejbproxy
 

Methods in it.imolinfo.jbi4ejb.runtime.ejbproxy that throw EJBInvokeException
static java.lang.reflect.Method EJBProxyUtils.getMethodFromName(java.lang.Object remoteBean, java.lang.String methodName, java.lang.Object[] params)
          Gets the Method from the name.
 java.lang.Object StatelessEJBProxy.invokeMethod(java.lang.reflect.Method method, java.lang.Object[] params)
          Invoke method on the EJB.
static java.lang.Object EJBProxyUtils.invokeMethod(java.lang.Object remoteBean, java.lang.reflect.Method method, java.lang.Object[] params, java.lang.ClassLoader ejbClassLoader, org.omg.CORBA.ORB orb)
          Invoke method on the object (the proxied EJB).
static java.lang.Object EJBProxyUtils.invokeMethod(java.lang.Object remoteBean, java.lang.String methodName, java.lang.Object[] params, java.lang.ClassLoader ejbClassLoader, org.omg.CORBA.ORB orb)
          Invoke method on the EJB.
 java.lang.Object StatelessEJBProxy.invokeMethod(java.lang.String methodName, java.lang.Object[] params)
          Invoke method on the EJB.
 



Copyright © 2007-2008 Imola Informatica. All Rights Reserved.