Class SystemInterceptorProxy

java.lang.Object
com.sun.ejb.containers.interceptors.SystemInterceptorProxy

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

    • delegate

      public Object delegate
  • Constructor Details

    • SystemInterceptorProxy

      public SystemInterceptorProxy()
  • Method Details

    • setDelegate

      public void setDelegate(Object delegate)
    • 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
    • create

      public Object create(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()