public class AfterDeploymentValidationImpl extends AbstractDeploymentContainerEvent implements javax.enterprise.inject.spi.AfterDeploymentValidation
Modifier | Constructor and Description |
---|---|
protected |
AfterDeploymentValidationImpl(BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentProblem(Throwable t) |
static void |
fire(BeanManagerImpl beanManager,
Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments) |
fire, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
protected AfterDeploymentValidationImpl(BeanManagerImpl beanManager)
public static void fire(BeanManagerImpl beanManager, Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
public void addDeploymentProblem(Throwable t)
addDeploymentProblem
in interface javax.enterprise.inject.spi.AfterDeploymentValidation
Copyright © 2012 Seam Framework. All Rights Reserved.