public class AfterDeploymentValidationImpl extends AbstractDeploymentContainerEvent implements AfterDeploymentValidation
| Modifier | Constructor and Description |
|---|---|
protected |
AfterDeploymentValidationImpl(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentProblem(Throwable t)
Registers a deployment problem with the container, causing the container
to abort deployment after all observers have been notified.
|
static void |
fire(BeanManagerImpl beanManager,
Map<BeanDeploymentArchive,BeanDeployment> beanDeployments) |
fire, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypeprotected AfterDeploymentValidationImpl(BeanManagerImpl beanManager)
public static void fire(BeanManagerImpl beanManager, Map<BeanDeploymentArchive,BeanDeployment> beanDeployments)
public void addDeploymentProblem(Throwable t)
AfterDeploymentValidationaddDeploymentProblem in interface AfterDeploymentValidationt - The deployment problem as a ThrowableCopyright © 2013 Seam Framework. All Rights Reserved.