Uses of Interface
org.apache.openejb.config.ValidationResults

Packages that use ValidationResults
org.apache.openejb.config   
 

Uses of ValidationResults in org.apache.openejb.config
 

Classes in org.apache.openejb.config that implement ValidationResults
 class EjbSet
           
 class ValidationContext
           
 class ValidationFailedException
           
 

Methods in org.apache.openejb.config that return ValidationResults
 ValidationResults[] AppValidator.getValidationResultsSets()
           
 

Methods in org.apache.openejb.config with parameters of type ValidationResults
 void AppValidator.addValidationResults(ValidationResults set)
           
 void AppValidator.displayResults(ValidationResults[] sets)
           
 void AppValidator.printResults(ValidationResults set)
           
 void AppValidator.printResultsXML(ValidationResults set)
           
 

Constructors in org.apache.openejb.config with parameters of type ValidationResults
ValidationFailedException(String message, ValidationResults set)
           
ValidationFailedException(String message, ValidationResults set, ValidationFailedException e)
           
 



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