org.apache.openejb.config
Interface ValidationResults

All Known Implementing Classes:
EjbSet, ValidationContext, ValidationFailedException

public interface ValidationResults

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Method Summary
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 String getJarPath()
           
 String getModuleType()
           
 ValidationWarning[] getWarnings()
           
 boolean hasErrors()
           
 boolean hasFailures()
           
 boolean hasWarnings()
           
 

Method Detail

getFailures

ValidationFailure[] getFailures()

getWarnings

ValidationWarning[] getWarnings()

getErrors

ValidationError[] getErrors()

hasWarnings

boolean hasWarnings()

hasFailures

boolean hasFailures()

hasErrors

boolean hasErrors()

getJarPath

String getJarPath()

getModuleType

String getModuleType()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.