public class DeploymentValidationService extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentValidationService.BeanInterceptorInfoProvider |
| Constructor and Description |
|---|
DeploymentValidationService(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
validatePassivationCapable(OwbBean<T> bean)
If bean is passivation capable, it validate all of its dependencies.
|
javax.enterprise.inject.UnproxyableResolutionException |
validateProxyable(OwbBean<?> bean,
boolean ignoreFinalMethods)
Checks the unproxyable condition.
|
public DeploymentValidationService(WebBeansContext webBeansContext)
public javax.enterprise.inject.UnproxyableResolutionException validateProxyable(OwbBean<?> bean, boolean ignoreFinalMethods)
WebBeansConfigurationException - if bean is not proxied by the containerpublic <T> void validatePassivationCapable(OwbBean<T> bean)
WebBeansConfigurationException - if not satisfy passivation dependenciesCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.