org.jboss.cdi.tck.tests.interceptors.invocation
Class AlmightyInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.invocation.AlmightyInterceptor
- All Implemented Interfaces:
- Serializable
@Interceptor
@AlmightyBinding
public class AlmightyInterceptor
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodIntercepted
public static boolean methodIntercepted
timeoutIntercepted
public static boolean timeoutIntercepted
lifecycleCallbackIntercepted
public static boolean lifecycleCallbackIntercepted
AlmightyInterceptor
public AlmightyInterceptor()
alwaysReturnThis
public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
interceptTimeout
public Object interceptTimeout(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
postConstruct
@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.