Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.ValidationType
Packages that use ValidationType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ValidationType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return ValidationTypeModifier and TypeMethodDescriptionValidationType.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationType.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementConnectionDefinitionType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType.removeBackgroundValidation()Removes thebackground-validationelementValidationType.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType.removeUseFastFail()Removes theuse-fast-failelementValidationType.useFastFail(Boolean useFastFail) Sets theuse-fast-failelement -
Uses of ValidationType in org.jboss.jca.embedded.dsl.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement ValidationTypeModifier and TypeClassDescriptionclassThis class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return ValidationTypeModifier and TypeMethodDescriptionValidationTypeImpl.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationTypeImpl.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementConnectionDefinitionTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationTypeImpl.removeBackgroundValidation()Removes thebackground-validationelementValidationTypeImpl.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationTypeImpl.removeUseFastFail()Removes theuse-fast-failelementValidationTypeImpl.useFastFail(Boolean useFastFail) Sets theuse-fast-failelement