org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution
Class ComplicatedInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.ComplicatedInterceptor
@Interceptor
@TransactionalBinding
@LoggedBinding
@MessageBinding
@PingBinding
@PongBinding
@BallBinding(requiresBall=true)
public class ComplicatedInterceptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intercepted
public static boolean intercepted
preDestroyCalled
public static boolean preDestroyCalled
postConstructCalled
public static boolean postConstructCalled
ComplicatedInterceptor
public ComplicatedInterceptor()
intercept
public Object intercept(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
preDestroy
@PreDestroy
public void preDestroy(javax.interceptor.InvocationContext ctx)
postConstruct
@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.