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

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

public class AfterDeploymentValidationImpl
extends Object
implements AfterDeploymentValidation

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

Version:
$Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $

Constructor Summary
AfterDeploymentValidationImpl()
           
 
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()
Method Detail

addDeploymentProblem

public void addDeploymentProblem(Throwable t)

Specified by:
addDeploymentProblem in interface AfterDeploymentValidation


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