public class DeploymentValidationService extends Object
| 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.
|
void |
validateProxyable(OwbBean<?> bean)
Checks the unproxyable condition.
|
public DeploymentValidationService(WebBeansContext webBeansContext)
public void validateProxyable(OwbBean<?> bean)
WebBeansConfigurationException - if bean is not proxied by the containerpublic <T> void validatePassivationCapable(OwbBean<T> bean)
WebBeansConfigurationException - if not satisfy passivation dependenciesCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.