Uses of Interface
org.glassfish.api.invocation.RegisteredComponentInvocationHandler
-
Packages that use RegisteredComponentInvocationHandler Package Description com.sun.web.security org.glassfish.api.invocation org.glassfish.ejb.security.application -
-
Uses of RegisteredComponentInvocationHandler in com.sun.web.security
Classes in com.sun.web.security that implement RegisteredComponentInvocationHandler Modifier and Type Class Description classWebSecurityComponentInvocationHandler -
Uses of RegisteredComponentInvocationHandler in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation with parameters of type RegisteredComponentInvocationHandler Modifier and Type Method Description voidInvocationManager. registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler)voidInvocationManagerImpl. registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler) -
Uses of RegisteredComponentInvocationHandler in org.glassfish.ejb.security.application
Classes in org.glassfish.ejb.security.application that implement RegisteredComponentInvocationHandler Modifier and Type Class Description classEjbSecurityComponentInvocationHandler
-