org.jboss.jsr299.tck.tests.interceptors.definition.custom
Class AfterBeanDiscoveryObserver
java.lang.Object
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
|
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 |
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
AfterBeanDiscoveryObserver
public AfterBeanDiscoveryObserver()
addInterceptors
public void addInterceptors(@Observes
javax.enterprise.inject.spi.AfterBeanDiscovery event)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.