org.jboss.cdi.tck.tests.interceptors.invocation
Class AlmightyInterceptor

java.lang.Object
  extended by 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

Field Summary
static boolean lifecycleCallbackIntercepted
           
static boolean methodIntercepted
           
static boolean timeoutIntercepted
           
 
Constructor Summary
AlmightyInterceptor()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
 Object interceptTimeout(javax.interceptor.InvocationContext ctx)
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodIntercepted

public static boolean methodIntercepted

timeoutIntercepted

public static boolean timeoutIntercepted

lifecycleCallbackIntercepted

public static boolean lifecycleCallbackIntercepted
Constructor Detail

AlmightyInterceptor

public AlmightyInterceptor()
Method Detail

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.