Uses of Class
com.sun.ejb.InvocationInfo
-
Packages that use InvocationInfo Package Description com.sun.ejb com.sun.ejb.containers -
-
Uses of InvocationInfo in com.sun.ejb
Fields in com.sun.ejb declared as InvocationInfo Modifier and Type Field Description InvocationInfoEjbInvocation. invocationInfoInvocationInfo object caches information about the current method -
Uses of InvocationInfo in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as InvocationInfo Modifier and Type Field Description protected InvocationInfo[]BaseContainer. ejbIntfMethodInfoMethods in com.sun.ejb.containers that return InvocationInfo Modifier and Type Method Description protected InvocationInfoBaseContainer. addInvocationInfo(Method method, String methodIntf, Class originalIntf)protected InvocationInfoBaseContainer. postProcessInvocationInfo(InvocationInfo invInfo)Methods in com.sun.ejb.containers with parameters of type InvocationInfo Modifier and Type Method Description protected voidBaseContainer. adjustHomeTargetMethodInfo(InvocationInfo invInfo, String methodName, Class[] paramTypes)protected voidBaseContainer. adjustInvocationInfo(InvocationInfo invInfo, Method method, int txAttr, boolean flushEnabled, String methodIntf, Class originalIntf)protected voidEJBHomeInvocationHandler. postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)protected voidEJBLocalHomeInvocationHandler. postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)protected InvocationInfoBaseContainer. postProcessInvocationInfo(InvocationInfo invInfo)
-