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
           
static boolean postConstructCalled
           
static boolean preDestroyCalled
           
 
Constructor Summary
ComplicatedInterceptor()
           
 
Method Summary
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
 void preDestroy(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

preDestroyCalled

public static boolean preDestroyCalled

postConstructCalled

public static boolean postConstructCalled
Constructor Detail

ComplicatedInterceptor

public ComplicatedInterceptor()
Method Detail

intercept

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

preDestroy

@PreDestroy
public void preDestroy(javax.interceptor.InvocationContext ctx)

postConstruct

@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)

reset

public static void reset()


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