Interface TimeOut
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
TimeOut
A TimeOut.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the allocationRetryWaitMillis.Get the allocationRetryWaitMillis.Get the blockingTimeoutMillis.Get the idleTimeoutMinutes.Get the xaResourceTimeout.
-
Method Details
-
getBlockingTimeoutMillis
Long getBlockingTimeoutMillis()Get the blockingTimeoutMillis.- Returns:
- the blockingTimeoutMillis.
-
getIdleTimeoutMinutes
Long getIdleTimeoutMinutes()Get the idleTimeoutMinutes.- Returns:
- the idleTimeoutMinutes.
-
getAllocationRetry
Integer getAllocationRetry()Get the allocationRetryWaitMillis.- Returns:
- the allocationRetryWaitMillis.
-
getAllocationRetryWaitMillis
Long getAllocationRetryWaitMillis()Get the allocationRetryWaitMillis.- Returns:
- the allocationRetryWaitMillis.
-
getXaResourceTimeout
Integer getXaResourceTimeout()Get the xaResourceTimeout.- Returns:
- the xaResourceTimeout.
-