Uses of Interface
org.jboss.datasources.api.ValidationType

Packages that use ValidationType
org.jboss.datasources.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.datasources.impl Provides the implementation classes as defined in the schema 
 

Uses of ValidationType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return ValidationType
 ValidationType<T> ValidationType.backgroundValidation(Boolean backgroundValidation)
          Sets the background-validation element
 ValidationType<T> ValidationType.backgroundValidationMillis(Integer backgroundValidationMillis)
          Sets the background-validation-millis element
 ValidationType<T> ValidationType.checkValidConnectionSql(String checkValidConnectionSql)
          Sets the check-valid-connection-sql element
 ValidationType<DatasourceType<T>> DatasourceType.getOrCreateValidation()
          If not already created, a new validation element with the given value will be created.
 ValidationType<XaDatasourceType<T>> XaDatasourceType.getOrCreateValidation()
          If not already created, a new validation element with the given value will be created.
 ValidationType<T> ValidationType.removeBackgroundValidation()
          Removes the background-validation element
 ValidationType<T> ValidationType.removeBackgroundValidationMillis()
          Removes the background-validation-millis element
 ValidationType<T> ValidationType.removeCheckValidConnectionSql()
          Removes the check-valid-connection-sql element
 ValidationType<T> ValidationType.removeExceptionSorter()
          Removes the exception-sorter element
 ValidationType<T> ValidationType.removeStaleConnectionChecker()
          Removes the stale-connection-checker element
 ValidationType<T> ValidationType.removeUseFastFail()
          Removes the use-fast-fail element
 ValidationType<T> ValidationType.removeValidateOnMatch()
          Removes the validate-on-match element
 ValidationType<T> ValidationType.removeValidConnectionChecker()
          Removes the valid-connection-checker element
 ValidationType<T> ValidationType.useFastFail(Boolean useFastFail)
          Sets the use-fast-fail element
 ValidationType<T> ValidationType.validateOnMatch(Boolean validateOnMatch)
          Sets the validate-on-match element
 

Methods in org.jboss.datasources.api that return types with arguments of type ValidationType
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateExceptionSorter()
          If not already created, a new exception-sorter element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateStaleConnectionChecker()
          If not already created, a new stale-connection-checker element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationType.getOrCreateValidConnectionChecker()
          If not already created, a new valid-connection-checker element with the given value will be created.
 

Uses of ValidationType in org.jboss.datasources.impl
 

Methods in org.jboss.datasources.impl that return ValidationType
 ValidationType<T> ValidationTypeImpl.backgroundValidation(Boolean backgroundValidation)
          Sets the background-validation element
 ValidationType<T> ValidationTypeImpl.backgroundValidationMillis(Integer backgroundValidationMillis)
          Sets the background-validation-millis element
 ValidationType<T> ValidationTypeImpl.checkValidConnectionSql(String checkValidConnectionSql)
          Sets the check-valid-connection-sql element
 ValidationType<DatasourceType<T>> DatasourceTypeImpl.getOrCreateValidation()
          If not already created, a new validation element with the given value will be created.
 ValidationType<XaDatasourceType<T>> XaDatasourceTypeImpl.getOrCreateValidation()
          If not already created, a new validation element with the given value will be created.
 ValidationType<T> ValidationTypeImpl.removeBackgroundValidation()
          Removes the background-validation element
 ValidationType<T> ValidationTypeImpl.removeBackgroundValidationMillis()
          Removes the background-validation-millis element
 ValidationType<T> ValidationTypeImpl.removeCheckValidConnectionSql()
          Removes the check-valid-connection-sql element
 ValidationType<T> ValidationTypeImpl.removeExceptionSorter()
          Removes the exception-sorter element
 ValidationType<T> ValidationTypeImpl.removeStaleConnectionChecker()
          Removes the stale-connection-checker element
 ValidationType<T> ValidationTypeImpl.removeUseFastFail()
          Removes the use-fast-fail element
 ValidationType<T> ValidationTypeImpl.removeValidateOnMatch()
          Removes the validate-on-match element
 ValidationType<T> ValidationTypeImpl.removeValidConnectionChecker()
          Removes the valid-connection-checker element
 ValidationType<T> ValidationTypeImpl.useFastFail(Boolean useFastFail)
          Sets the use-fast-fail element
 ValidationType<T> ValidationTypeImpl.validateOnMatch(Boolean validateOnMatch)
          Sets the validate-on-match element
 

Methods in org.jboss.datasources.impl that return types with arguments of type ValidationType
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateExceptionSorter()
          If not already created, a new exception-sorter element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateStaleConnectionChecker()
          If not already created, a new stale-connection-checker element with the given value will be created.
 ExtensionType<ValidationType<T>> ValidationTypeImpl.getOrCreateValidConnectionChecker()
          If not already created, a new valid-connection-checker element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.