public class AfterBeanDiscoveryObserver extends Object implements javax.enterprise.inject.spi.Extension
| Modifier and Type | Field and Description |
|---|---|
static CustomInterceptorImplementation |
AROUND_INVOKE_INTERCEPTOR |
static CustomInterceptorImplementation |
AROUND_TIMEOUT_INTERCEPTOR |
static CustomInterceptorImplementation |
POST_ACTIVATE_INTERCEPTOR |
static CustomInterceptorImplementation |
POST_CONSTRUCT_INTERCEPTOR |
static CustomInterceptorImplementation |
PRE_DESTROY_INTERCEPTOR |
static CustomInterceptorImplementation |
PRE_PASSIVATE_INTERCEPTOR |
| Constructor and Description |
|---|
AfterBeanDiscoveryObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptors(javax.enterprise.inject.spi.AfterBeanDiscovery event) |
public static final CustomInterceptorImplementation POST_CONSTRUCT_INTERCEPTOR
public static final CustomInterceptorImplementation PRE_DESTROY_INTERCEPTOR
public static final CustomInterceptorImplementation POST_ACTIVATE_INTERCEPTOR
public static final CustomInterceptorImplementation PRE_PASSIVATE_INTERCEPTOR
public static final CustomInterceptorImplementation AROUND_INVOKE_INTERCEPTOR
public static final CustomInterceptorImplementation AROUND_TIMEOUT_INTERCEPTOR
Copyright © 2008-2015 Seam Framework. All Rights Reserved.