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
ComplicatedInterceptor
public ComplicatedInterceptor()
intercept
public Object intercept(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.