Uses of Class
org.apache.openejb.config.ValidationContext

Packages that use ValidationContext
org.apache.openejb.config   
org.apache.openejb.config.rules   
 

Uses of ValidationContext in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return ValidationContext
 ValidationContext WebModule.getValidation()
           
 ValidationContext ResourcesModule.getValidation()
           
 ValidationContext PersistenceModule.getValidation()
           
 ValidationContext EjbModule.getValidation()
           
 ValidationContext DeploymentModule.getValidation()
           
 ValidationContext ConnectorModule.getValidation()
           
 ValidationContext ClientModule.getValidation()
           
 ValidationContext AppModule.getValidation()
           
 

Methods in org.apache.openejb.config that return types with arguments of type ValidationContext
 List<ValidationContext> AppModule.getValidationContexts()
           
 

Uses of ValidationContext in org.apache.openejb.config.rules
 

Methods in org.apache.openejb.config.rules with parameters of type ValidationContext
 void ValidationBase.missingMethod(ValidationContext set, EnterpriseBean bean, String key, String methodName, Class returnType, Class... paramTypes)
           
 



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