Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.ValidationType
-
Packages that use ValidationType Package Description org.jboss.jca.embedded.dsl.datasources11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources11.impl Provides the implementation classes as defined in the schema -
-
Uses of ValidationType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.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<T>ValidationType. checkValidConnectionSql(String checkValidConnectionSql)Sets thecheck-valid-connection-sqlelementValidationType<DatasourceType<T>>DatasourceType. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<XaDatasourceType<T>>XaDatasourceType. 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. removeCheckValidConnectionSql()Removes thecheck-valid-connection-sqlelementValidationType<T>ValidationType. removeExceptionSorter()Removes theexception-sorterelementValidationType<T>ValidationType. removeStaleConnectionChecker()Removes thestale-connection-checkerelementValidationType<T>ValidationType. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationType. removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType<T>ValidationType. removeValidConnectionChecker()Removes thevalid-connection-checkerelementValidationType<T>ValidationType. useFastFail(Boolean useFastFail)Sets theuse-fast-failelementValidationType<T>ValidationType. validateOnMatch(Boolean validateOnMatch)Sets thevalidate-on-matchelementMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type ValidationType Modifier and Type Method Description ExtensionType<ValidationType<T>>ValidationType. getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationType. getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ExtensionType<ValidationType<T>>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.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement ValidationType Modifier and Type Class Description classValidationTypeImpl<T>This class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.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<T>ValidationTypeImpl. checkValidConnectionSql(String checkValidConnectionSql)Sets thecheck-valid-connection-sqlelementValidationType<DatasourceType<T>>DatasourceTypeImpl. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<XaDatasourceType<T>>XaDatasourceTypeImpl. 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. removeCheckValidConnectionSql()Removes thecheck-valid-connection-sqlelementValidationType<T>ValidationTypeImpl. removeExceptionSorter()Removes theexception-sorterelementValidationType<T>ValidationTypeImpl. removeStaleConnectionChecker()Removes thestale-connection-checkerelementValidationType<T>ValidationTypeImpl. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationTypeImpl. removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType<T>ValidationTypeImpl. removeValidConnectionChecker()Removes thevalid-connection-checkerelementValidationType<T>ValidationTypeImpl. useFastFail(Boolean useFastFail)Sets theuse-fast-failelementValidationType<T>ValidationTypeImpl. validateOnMatch(Boolean validateOnMatch)Sets thevalidate-on-matchelementMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type ValidationType Modifier and Type Method Description ExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateExceptionSorter()If not already created, a newexception-sorterelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateStaleConnectionChecker()If not already created, a newstale-connection-checkerelement with the given value will be created.ExtensionType<ValidationType<T>>ValidationTypeImpl. getOrCreateValidConnectionChecker()If not already created, a newvalid-connection-checkerelement with the given value will be created.
-