Class SystemInterceptorProxy


  • public class SystemInterceptorProxy
    extends Object
    Author:
    Kenneth Saks
    • Field Detail

      • delegate

        public Object delegate
    • Constructor Detail

      • SystemInterceptorProxy

        public SystemInterceptorProxy()
    • Method Detail

      • setDelegate

        public void setDelegate​(Object d)
      • init

        @PostConstruct
        public Object init​(jakarta.interceptor.InvocationContext ctx)
                    throws Exception
        Throws:
        Exception
      • destroy

        @PreDestroy
        public Object destroy​(jakarta.interceptor.InvocationContext ctx)
                       throws Exception
        Throws:
        Exception
      • aroundInvoke

        public Object aroundInvoke​(jakarta.interceptor.InvocationContext ctx)
                            throws Exception
        Throws:
        Exception
      • aroundTimeout

        public Object aroundTimeout​(jakarta.interceptor.InvocationContext ctx)
                             throws Exception
        Throws:
        Exception
      • createInterceptorDesc

        public static com.sun.enterprise.deployment.InterceptorDescriptor createInterceptorDesc()