Interface Validation
-
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata,Validation
public interface Validation extends Validation, ValidatableMetadata
A Validation.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValidation.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCheckValidConnectionSql()Get the checkValidConnectionSql.ExtensiongetExceptionSorter()Get the exceptionSorterExtensiongetStaleConnectionChecker()Get the staleConnectionCheckerExtensiongetValidConnectionChecker()Get the validConnectionChecker-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.Validation
getBackgroundValidationMillis, isBackgroundValidation, isUseFastFail, isValidateOnMatch
-
-
-
-
Method Detail
-
getValidConnectionChecker
Extension getValidConnectionChecker()
Get the validConnectionChecker- Returns:
- the validConnectionChecker
-
getCheckValidConnectionSql
String getCheckValidConnectionSql()
Get the checkValidConnectionSql.- Returns:
- the checkValidConnectionSql.
-
getStaleConnectionChecker
Extension getStaleConnectionChecker()
Get the staleConnectionChecker- Returns:
- the staleConnectionChecker
-
getExceptionSorter
Extension getExceptionSorter()
Get the exceptionSorter- Returns:
- the exceptionSorter
-
-