Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.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.datasources13.api
Methods in org.jboss.jca.embedded.dsl.datasources13.api that return ValidationTypeModifier and TypeMethodDescriptionValidationType.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationType.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementValidationType.checkValidConnectionSql(String checkValidConnectionSql) Sets thecheck-valid-connection-sqlelementDatasourceType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.XaDatasourceType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType.removeBackgroundValidation()Removes thebackground-validationelementValidationType.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType.removeCheckValidConnectionSql()Removes thecheck-valid-connection-sqlelementValidationType.removeExceptionSorter()Removes theexception-sorterelementValidationType.removeStaleConnectionChecker()Removes thestale-connection-checkerelementValidationType.removeUseFastFail()Removes theuse-fast-failelementValidationType.removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType.removeValidConnectionChecker()Removes thevalid-connection-checkerelementValidationType.useFastFail(Boolean useFastFail) Sets theuse-fast-failelementValidationType.validateOnMatch(Boolean validateOnMatch) Sets thevalidate-on-matchelementMethods in org.jboss.jca.embedded.dsl.datasources13.api that return types with arguments of type ValidationTypeModifier and TypeMethodDescriptionValidationType.getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ValidationType.getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ValidationType.getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created. -
Uses of ValidationType in org.jboss.jca.embedded.dsl.datasources13.impl
Classes in org.jboss.jca.embedded.dsl.datasources13.impl that implement ValidationTypeModifier and TypeClassDescriptionclassThis class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return ValidationTypeModifier and TypeMethodDescriptionValidationTypeImpl.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationTypeImpl.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementValidationTypeImpl.checkValidConnectionSql(String checkValidConnectionSql) Sets thecheck-valid-connection-sqlelementDatasourceTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.XaDatasourceTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationTypeImpl.removeBackgroundValidation()Removes thebackground-validationelementValidationTypeImpl.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationTypeImpl.removeCheckValidConnectionSql()Removes thecheck-valid-connection-sqlelementValidationTypeImpl.removeExceptionSorter()Removes theexception-sorterelementValidationTypeImpl.removeStaleConnectionChecker()Removes thestale-connection-checkerelementValidationTypeImpl.removeUseFastFail()Removes theuse-fast-failelementValidationTypeImpl.removeValidateOnMatch()Removes thevalidate-on-matchelementValidationTypeImpl.removeValidConnectionChecker()Removes thevalid-connection-checkerelementValidationTypeImpl.useFastFail(Boolean useFastFail) Sets theuse-fast-failelementValidationTypeImpl.validateOnMatch(Boolean validateOnMatch) Sets thevalidate-on-matchelementMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return types with arguments of type ValidationTypeModifier and TypeMethodDescriptionValidationTypeImpl.getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ValidationTypeImpl.getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ValidationTypeImpl.getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.