org.jboss.cdi.tck.tests.interceptors.definition.custom
Class AfterBeanDiscoveryObserver
java.lang.Object
org.jboss.cdi.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
|
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 CustomInterceptorImplementation POST_CONSTRUCT_INTERCEPTOR
PRE_DESTROY_INTERCEPTOR
public static final CustomInterceptorImplementation PRE_DESTROY_INTERCEPTOR
POST_ACTIVATE_INTERCEPTOR
public static final CustomInterceptorImplementation POST_ACTIVATE_INTERCEPTOR
PRE_PASSIVATE_INTERCEPTOR
public static final CustomInterceptorImplementation PRE_PASSIVATE_INTERCEPTOR
AROUND_INVOKE_INTERCEPTOR
public static final CustomInterceptorImplementation AROUND_INVOKE_INTERCEPTOR
AROUND_TIMEOUT_INTERCEPTOR
public static final CustomInterceptorImplementation AROUND_TIMEOUT_INTERCEPTOR
AfterBeanDiscoveryObserver
public AfterBeanDiscoveryObserver()
addInterceptors
public void addInterceptors(@Observes
javax.enterprise.inject.spi.AfterBeanDiscovery event)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.