org.jboss.jca.common.api.metadata.ds
Interface Validation

All Superinterfaces:
CommonValidation, JCAMetadata, Serializable, ValidatableMetadata

public interface Validation
extends CommonValidation, ValidatableMetadata

A Validation.

Author:
Stefano Maestri

Nested Class Summary
static class Validation.Tag
          A Tag.
 
Method Summary
 String getCheckValidConnectionSql()
          Get the checkValidConnectionSql.
 JdbcAdapterExtension getExceptionSorter()
          Get the exceptionSorter
 JdbcAdapterExtension getStaleConnectionChecker()
          Get the staleConnectionChecker
 JdbcAdapterExtension getValidConnectionChecker()
          Get the validConnectionChecker
 Boolean isValidateOnMatch()
          Get the validateOnMatch.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonValidation
getBackgroundValidationMinutes, isBackgroundValidation, isUseFastFail
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getValidConnectionChecker

JdbcAdapterExtension getValidConnectionChecker()
Get the validConnectionChecker

Returns:
the validConnectionChecker

getCheckValidConnectionSql

String getCheckValidConnectionSql()
Get the checkValidConnectionSql.

Returns:
the checkValidConnectionSql.

isValidateOnMatch

Boolean isValidateOnMatch()
Get the validateOnMatch.

Returns:
the validateOnMatch.

getStaleConnectionChecker

JdbcAdapterExtension getStaleConnectionChecker()
Get the staleConnectionChecker

Returns:
the staleConnectionChecker

getExceptionSorter

JdbcAdapterExtension getExceptionSorter()
Get the exceptionSorter

Returns:
the exceptionSorter


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)