Interface TimeOut
- All Superinterfaces:
JCAMetadata,Serializable,TimeOut,ValidatableMetadata
A TimeOut.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the queryTimeout.Get the useTryLock.Get the validationQueryTimeout.Get the setTxQuertTimeout.Methods inherited from interface org.jboss.jca.common.api.metadata.common.TimeOut
getAllocationRetry, getAllocationRetryWaitMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getXaResourceTimeoutMethods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
isSetTxQueryTimeout
Boolean isSetTxQueryTimeout()Get the setTxQuertTimeout.- Returns:
- the setTxQuertTimeout.
-
getQueryTimeout
Long getQueryTimeout()Get the queryTimeout.- Returns:
- the queryTimeout.
-
getUseTryLock
Long getUseTryLock()Get the useTryLock.- Returns:
- the useTryLock.
-
getValidationQueryTimeout
Long getValidationQueryTimeout()Get the validationQueryTimeout.- Returns:
- the validationQueryTimeout.
-