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) $
getFailures
ValidationFailure[] getFailures()
getWarnings
ValidationWarning[] getWarnings()
getErrors
ValidationError[] getErrors()
hasWarnings
boolean hasWarnings()
hasFailures
boolean hasFailures()
hasErrors
boolean hasErrors()
getJarPath
java.lang.String getJarPath()
getModuleType
java.lang.String getModuleType()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.