|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationType | |
---|---|
org.jboss.ironjacamar.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.ironjacamar.impl | Provides the implementation classes as defined in the schema |
Uses of ValidationType in org.jboss.ironjacamar.api |
---|
Methods in org.jboss.ironjacamar.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.ironjacamar.impl |
---|
Methods in org.jboss.ironjacamar.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |