org.apache.openejb.config
Interface ValidationResults

All Known Implementing Classes:
ValidationContext, ValidationFailedException

public interface ValidationResults

Version:
$Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $

Method Summary
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 String getModuleType()
           
 String getName()
           
 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()

getName

String getName()

getModuleType

String getModuleType()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.