Uses of Class
com.sun.ejb.containers.util.MethodMap
Packages that use MethodMap
-
Uses of MethodMap in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type MethodMapModifier and TypeMethodDescriptionvoidEJBHomeInvocationHandler.setMethodMap(MethodMap map) voidEJBLocalHomeInvocationHandler.setMethodMap(MethodMap map) Constructors in com.sun.ejb.containers with parameters of type MethodMapModifierConstructorDescriptionEJBLocalObjectInvocationHandler(MethodMap invocationInfoMap, boolean optionalLocalBusinessView) Constructor used for Local Business view.EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap, Class<?> localIntf) Constructor used for Local Home viewEJBObjectInvocationHandler(MethodMap invocationInfoMap) Constructor used for Remote Business view.EJBObjectInvocationHandler(MethodMap invocationInfoMap, Class remoteIntf) Constructor used for Remote Home view.