public class TimeOutImpl extends Object implements TimeOut
TimeOut.Tag| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allocationRetry
allocationRetry
|
protected Long |
allocationRetryWaitMillis
allocationRetryWaitMillis
|
protected Long |
blockingTimeoutMillis
blockingTimeoutMillis
|
protected Long |
idleTimeoutMinutes
idleTimeoutMinutes
|
protected Integer |
xaResourceTimeout
xaResourceTimeout
|
| Constructor and Description |
|---|
TimeOutImpl(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAllocationRetry() |
Long |
getAllocationRetryWaitMillis() |
Long |
getBlockingTimeoutMillis() |
Long |
getIdleTimeoutMinutes() |
Integer |
getXaResourceTimeout() |
int |
hashCode() |
String |
toString() |
protected Long blockingTimeoutMillis
protected Long idleTimeoutMinutes
protected Integer allocationRetry
protected Long allocationRetryWaitMillis
protected Integer xaResourceTimeout
public TimeOutImpl(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout) throws ValidateException
blockingTimeoutMillis - blockingTimeoutMillisidleTimeoutMinutes - idleTimeoutMinutesallocationRetry - allocationRetryallocationRetryWaitMillis - allocationRetryWaitMillisxaResourceTimeout - xaResourceTimeoutValidateException - ValidateExceptionpublic Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis in interface TimeOutpublic Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes in interface TimeOutpublic Integer getAllocationRetry()
getAllocationRetry in interface TimeOutpublic Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis in interface TimeOutpublic Integer getXaResourceTimeout()
getXaResourceTimeout in interface TimeOutCopyright © 2021 JBoss by Red Hat. All rights reserved.