org.apache.webbeans.portable.events.discovery
Class AfterDeploymentValidationImpl

java.lang.Object
  extended by org.apache.webbeans.portable.events.discovery.AfterDeploymentValidationImpl
All Implemented Interfaces:
javax.enterprise.inject.spi.AfterDeploymentValidation

public class AfterDeploymentValidationImpl
extends Object
implements javax.enterprise.inject.spi.AfterDeploymentValidation

Event that is fired by the container after it validates deployment.

Version:
$Rev: 1182847 $ $Date: 2011-10-13 15:31:37 +0200 (Do, 13 Okt 2011) $

Constructor Summary
AfterDeploymentValidationImpl(BeanManagerImpl beanManagerImpl)
           
 
Method Summary
 void addDeploymentProblem(Throwable t)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterDeploymentValidationImpl

public AfterDeploymentValidationImpl(BeanManagerImpl beanManagerImpl)
Method Detail

addDeploymentProblem

public void addDeploymentProblem(Throwable t)

Specified by:
addDeploymentProblem in interface javax.enterprise.inject.spi.AfterDeploymentValidation


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.