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 ResourcesModule.getValidation()
           
 ValidationContext WebModule.getValidation()
           
 ValidationContext DeploymentModule.getValidation()
           
 ValidationContext EjbModule.getValidation()
           
 ValidationContext ConnectorModule.getValidation()
           
 ValidationContext AppModule.getValidation()
           
 ValidationContext PersistenceModule.getValidation()
           
 ValidationContext ClientModule.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-2013 The Apache Software Foundation. All Rights Reserved.