org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation
Class AbstractInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation.AbstractInterceptor
Direct Known Subclasses:
AlphaInterceptor, BravoInterceptor, CharlieInterceptor1, CharlieInterceptor2

public abstract class AbstractInterceptor
extends Object


Constructor Summary
AbstractInterceptor()
           
 
Method Summary
protected  void checkConstructor(javax.interceptor.InvocationContext ctx, Class<?> expectedDeclaringClass)
           
static boolean isInvoked()
           
static void reset()
           
static void setInvoked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

isInvoked

public static boolean isInvoked()

reset

public static void reset()

setInvoked

public static void setInvoked()

checkConstructor

protected void checkConstructor(javax.interceptor.InvocationContext ctx,
                                Class<?> expectedDeclaringClass)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.