org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution
Class ComplicatedInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.ComplicatedInterceptor

@Interceptor
@TransactionalBinding
@LoggedBinding
@MessageBinding
@PingBinding
@PongBinding
@BallBinding(requiresBall=true)
public class ComplicatedInterceptor
extends Object


Field Summary
static boolean intercepted
           
 
Constructor Summary
ComplicatedInterceptor()
           
 
Method Summary
 Object intercept(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

intercepted

public static boolean intercepted
Constructor Detail

ComplicatedInterceptor

public ComplicatedInterceptor()
Method Detail

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.