Class EjbSecurityComponentInvocationHandler
- java.lang.Object
-
- org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler
-
- All Implemented Interfaces:
org.glassfish.api.invocation.RegisteredComponentInvocationHandler
@Service(name="ejbSecurityCIH") @Singleton public class EjbSecurityComponentInvocationHandler extends Object implements org.glassfish.api.invocation.RegisteredComponentInvocationHandler
-
-
Constructor Summary
Constructors Constructor Description EjbSecurityComponentInvocationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.api.invocation.ComponentInvocationHandlergetComponentInvocationHandler()voidregister()
-
-
-
Method Detail
-
getComponentInvocationHandler
public org.glassfish.api.invocation.ComponentInvocationHandler getComponentInvocationHandler()
- Specified by:
getComponentInvocationHandlerin interfaceorg.glassfish.api.invocation.RegisteredComponentInvocationHandler
-
register
public void register()
- Specified by:
registerin interfaceorg.glassfish.api.invocation.RegisteredComponentInvocationHandler
-
-