org.jboss.cdi.tck.tests.extensions.interceptors
Class LifecycleInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.interceptors.LifecycleInterceptor

@Interceptor
public class LifecycleInterceptor
extends Object

Author:
Stuart Douglas

Constructor Summary
LifecycleInterceptor()
           
 
Method Summary
static boolean isPostConstructCalled()
           
static boolean isPreDestroyCalled()
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
 void preDestroy(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleInterceptor

public LifecycleInterceptor()
Method Detail

preDestroy

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

postConstruct

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

isPostConstructCalled

public static boolean isPostConstructCalled()

isPreDestroyCalled

public static boolean isPreDestroyCalled()


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