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.
 Extension getExceptionSorter()
          Get the exceptionSorter
 Extension getStaleConnectionChecker()
          Get the staleConnectionChecker
 Extension getValidConnectionChecker()
          Get the validConnectionChecker
 Boolean isValidateOnMatch()
          Get the validateOnMatch.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonValidation
getBackgroundValidationMillis, isBackgroundValidation, isUseFastFail
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getValidConnectionChecker

Extension 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

Extension getStaleConnectionChecker()
Get the staleConnectionChecker

Returns:
the staleConnectionChecker

getExceptionSorter

Extension getExceptionSorter()
Get the exceptionSorter

Returns:
the exceptionSorter


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