org.jboss.cdi.tck.tests.extensions.lifecycle.atd
Class AlphaInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.atd.AlphaInterceptor

@Priority(value=2015)
@Monitored
@Interceptor
public class AlphaInterceptor
extends Object


Constructor Summary
AlphaInterceptor()
           
 
Method Summary
static boolean isIntercepted()
           
 Object monitor(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
 

Constructor Detail

AlphaInterceptor

public AlphaInterceptor()
Method Detail

monitor

public Object monitor(javax.interceptor.InvocationContext ctx)
               throws Exception
Throws:
Exception

reset

public static void reset()

isIntercepted

public static boolean isIntercepted()


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