com.sun.ejb.containers.interceptors
Class SystemInterceptorProxy
java.lang.Object
com.sun.ejb.containers.interceptors.SystemInterceptorProxy
public class SystemInterceptorProxy
- extends java.lang.Object
- Author:
- Kenneth Saks
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
public java.lang.Object delegate
SystemInterceptorProxy
public SystemInterceptorProxy()
setDelegate
public void setDelegate(java.lang.Object d)
init
@PostConstruct
public void init(InvocationContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
destroy
@PreDestroy
public void destroy(InvocationContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
aroundInvoke
public java.lang.Object aroundInvoke(InvocationContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
aroundTimeout
public java.lang.Object aroundTimeout(InvocationContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
createInterceptorDesc
public static InterceptorDescriptor createInterceptorDesc()
Copyright © 2012 GlassFish Community. All Rights Reserved.