org.jboss.jsr299.tck.tests.interceptors.definition.custom
Class AfterBeanDiscoveryObserver

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.interceptors.definition.custom.AfterBeanDiscoveryObserver
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class AfterBeanDiscoveryObserver
extends Object
implements javax.enterprise.inject.spi.Extension


Field Summary
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation AROUND_INVOKE_INTERCEPTOR
           
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation AROUND_TIMEOUT_INTERCEPTOR
           
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation POST_ACTIVATE_INTERCEPTOR
           
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation POST_CONSTRUCT_INTERCEPTOR
           
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation PRE_DESTROY_INTERCEPTOR
           
static org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation PRE_PASSIVATE_INTERCEPTOR
           
 
Constructor Summary
AfterBeanDiscoveryObserver()
           
 
Method Summary
 void addInterceptors(javax.enterprise.inject.spi.AfterBeanDiscovery event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POST_CONSTRUCT_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation POST_CONSTRUCT_INTERCEPTOR

PRE_DESTROY_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation PRE_DESTROY_INTERCEPTOR

POST_ACTIVATE_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation POST_ACTIVATE_INTERCEPTOR

PRE_PASSIVATE_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation PRE_PASSIVATE_INTERCEPTOR

AROUND_INVOKE_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation AROUND_INVOKE_INTERCEPTOR

AROUND_TIMEOUT_INTERCEPTOR

public static final org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorImplementation AROUND_TIMEOUT_INTERCEPTOR
Constructor Detail

AfterBeanDiscoveryObserver

public AfterBeanDiscoveryObserver()
Method Detail

addInterceptors

public void addInterceptors(@Observes
                            javax.enterprise.inject.spi.AfterBeanDiscovery event)


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