Package org.jboss.weld.bootstrap.events
Class AfterDeploymentValidationImpl
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractDeploymentContainerEvent
-
- org.jboss.weld.bootstrap.events.AfterDeploymentValidationImpl
-
- All Implemented Interfaces:
AfterDeploymentValidation,NotificationListener
public class AfterDeploymentValidationImpl extends AbstractDeploymentContainerEvent implements AfterDeploymentValidation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAfterDeploymentValidationImpl(BeanManagerImpl beanManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeploymentProblem(Throwable t)Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.static voidfire(BeanManagerImpl beanManager)-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractDeploymentContainerEvent
fire
-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawType
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
-
-
-
Constructor Detail
-
AfterDeploymentValidationImpl
protected AfterDeploymentValidationImpl(BeanManagerImpl beanManager)
-
-
Method Detail
-
fire
public static void fire(BeanManagerImpl beanManager)
-
addDeploymentProblem
public void addDeploymentProblem(Throwable t)
Description copied from interface:AfterDeploymentValidationRegisters a deployment problem with the container, causing the container to abort deployment after all observers have been notified.- Specified by:
addDeploymentProblemin interfaceAfterDeploymentValidation- Parameters:
t- The deployment problem as aThrowable
-
-