Interface TimeOut
-
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
TimeOut
public interface TimeOut extends JCAMetadata
A TimeOut.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeOut.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetAllocationRetry()Get the allocationRetryWaitMillis.LonggetAllocationRetryWaitMillis()Get the allocationRetryWaitMillis.LonggetBlockingTimeoutMillis()Get the blockingTimeoutMillis.LonggetIdleTimeoutMinutes()Get the idleTimeoutMinutes.IntegergetXaResourceTimeout()Get the xaResourceTimeout.
-
-
-
Method Detail
-
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.
-
-