Class SystemInterceptorProxy
- java.lang.Object
-
- com.sun.ejb.containers.interceptors.SystemInterceptorProxy
-
public class SystemInterceptorProxy extends Object
- Author:
- Kenneth Saks
-
-
Constructor Summary
Constructors Constructor Description SystemInterceptorProxy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectaroundInvoke(jakarta.interceptor.InvocationContext ctx)ObjectaroundTimeout(jakarta.interceptor.InvocationContext ctx)Objectcreate(jakarta.interceptor.InvocationContext ctx)static com.sun.enterprise.deployment.InterceptorDescriptorcreateInterceptorDesc()Objectdestroy(jakarta.interceptor.InvocationContext ctx)Objectinit(jakarta.interceptor.InvocationContext ctx)voidsetDelegate(Object d)
-
-
-
Field Detail
-
delegate
public Object delegate
-
-
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
-
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()
-
-