|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |