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 TimeOut
public Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes
in interface TimeOut
public Integer getAllocationRetry()
getAllocationRetry
in interface TimeOut
public Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis
in interface TimeOut
public Integer getXaResourceTimeout()
getXaResourceTimeout
in interface TimeOut
Copyright © 2021 JBoss by Red Hat. All rights reserved.