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

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

Uses of ValidationType in org.jboss.resourceadapters.api
 

Methods in org.jboss.resourceadapters.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<ConnectionDefintionType<T>> ConnectionDefintionType.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.removeUseFastFail()
          Removes the use-fast-fail element
 ValidationType<T> ValidationType.useFastFail(Boolean useFastFail)
          Sets the use-fast-fail element
 

Uses of ValidationType in org.jboss.resourceadapters.impl
 

Classes in org.jboss.resourceadapters.impl that implement ValidationType
 class ValidationTypeImpl<T>
          This class implements the validationType xsd type
 

Methods in org.jboss.resourceadapters.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<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.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.removeUseFastFail()
          Removes the use-fast-fail element
 ValidationType<T> ValidationTypeImpl.useFastFail(Boolean useFastFail)
          Sets the use-fast-fail element
 



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