Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.ValidationType
-
Packages that use ValidationType Package Description org.jboss.jca.embedded.dsl.resourceadapters11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters11.impl Provides the implementation classes as defined in the schema -
-
Uses of ValidationType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return ValidationType Modifier and Type Method Description ValidationType<T>ValidationType. backgroundValidation(Boolean backgroundValidation)Sets thebackground-validationelementValidationType<T>ValidationType. backgroundValidationMillis(Integer backgroundValidationMillis)Sets thebackground-validation-milliselementValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<T>ValidationType. removeBackgroundValidation()Removes thebackground-validationelementValidationType<T>ValidationType. removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType<T>ValidationType. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationType. useFastFail(Boolean useFastFail)Sets theuse-fast-failelement -
Uses of ValidationType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement ValidationType Modifier and Type Class Description classValidationTypeImpl<T>This class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return ValidationType Modifier and Type Method Description ValidationType<T>ValidationTypeImpl. backgroundValidation(Boolean backgroundValidation)Sets thebackground-validationelementValidationType<T>ValidationTypeImpl. backgroundValidationMillis(Integer backgroundValidationMillis)Sets thebackground-validation-milliselementValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<T>ValidationTypeImpl. removeBackgroundValidation()Removes thebackground-validationelementValidationType<T>ValidationTypeImpl. removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType<T>ValidationTypeImpl. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationTypeImpl. useFastFail(Boolean useFastFail)Sets theuse-fast-failelement
-