org.jboss.jca.common.api.metadata.common
Interface CommonValidation

All Superinterfaces:
JCAMetadata, Serializable
All Known Subinterfaces:
Validation

public interface CommonValidation
extends JCAMetadata

A Validation.

Author:
Stefano Maestri

Nested Class Summary
static class CommonValidation.Tag
          A Tag.
 
Method Summary
 Long getBackgroundValidationMinutes()
          Get the backgroundValidationMinutes.
 Boolean isBackgroundValidation()
          Get the backgroundValidation.
 Boolean isUseFastFail()
          Get the useFastFail.
 

Method Detail

isBackgroundValidation

Boolean isBackgroundValidation()
Get the backgroundValidation.

Returns:
the backgroundValidation.

getBackgroundValidationMinutes

Long getBackgroundValidationMinutes()
Get the backgroundValidationMinutes.

Returns:
the backgroundValidationMinutes.

isUseFastFail

Boolean isUseFastFail()
Get the useFastFail.

Returns:
the useFastFail.


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