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