Uses of Class
com.sun.ejb.InvocationInfo
Packages that use InvocationInfo
-
Uses of InvocationInfo in com.sun.ejb
Fields in com.sun.ejb declared as InvocationInfoModifier and TypeFieldDescriptionEjbInvocation.invocationInfoInvocationInfo object caches information about the current method -
Uses of InvocationInfo in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as InvocationInfoFields in com.sun.ejb.containers with type parameters of type InvocationInfoModifier and TypeFieldDescriptionprotected Map<Method,InvocationInfo> BaseContainer.invocationInfoMapprotected Map<Method,InvocationInfo> BaseContainer.webServiceInvocationInfoMapMethods in com.sun.ejb.containers that return InvocationInfoModifier and TypeMethodDescriptionprotected InvocationInfoBaseContainer.addInvocationInfo(Method method, String methodIntf, Class originalIntf) protected InvocationInfoBaseContainer.postProcessInvocationInfo(InvocationInfo invInfo) Methods in com.sun.ejb.containers with parameters of type InvocationInfoModifier and TypeMethodDescriptionprotected 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) Default impl to be overridden in subclass if necessary.protected voidEJBLocalHomeInvocationHandler.postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args) protected InvocationInfoBaseContainer.postProcessInvocationInfo(InvocationInfo invInfo) Constructor parameters in com.sun.ejb.containers with type arguments of type InvocationInfoModifierConstructorDescriptionWebServiceInvocationHandler(Class<?> ejbClass, com.sun.enterprise.deployment.WebServiceEndpoint endpoint, Class<?> serviceEndpointIntfClass, EjbContainerUtil contUtil, Map<Method, InvocationInfo> invocationInfoMap) -
Uses of InvocationInfo in com.sun.ejb.containers.util
Methods in com.sun.ejb.containers.util that return InvocationInfoMethods in com.sun.ejb.containers.util with parameters of type InvocationInfoMethod parameters in com.sun.ejb.containers.util with type arguments of type InvocationInfoModifier and TypeMethodDescriptionvoidMethodMap.putAll(Map<? extends Method, ? extends InvocationInfo> t) Constructor parameters in com.sun.ejb.containers.util with type arguments of type InvocationInfoModifierConstructorDescriptionMethodMap(Map<Method, InvocationInfo> methodMap) MethodMap(Map<Method, InvocationInfo> methodMap, int numBuckets)