public class TimeOutImpl extends TimeOutImpl implements TimeOut
TimeOut.Tag
allocationRetry, allocationRetryWaitMillis, blockingTimeoutMillis, idleTimeoutMinutes, xaResourceTimeout
Constructor and Description |
---|
TimeOutImpl(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout,
Boolean setTxQueryTimeout,
Long queryTimeout,
Long useTryLock)
Create a new TimeOutImpl.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getQueryTimeout()
Get the queryTimeout.
|
Long |
getUseTryLock()
Get the useTryLock.
|
int |
hashCode() |
Boolean |
isSetTxQueryTimeout()
Get the setTxQuertTimeout.
|
String |
toString() |
void |
validate() |
getAllocationRetry, getAllocationRetryWaitMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getXaResourceTimeout
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAllocationRetry, getAllocationRetryWaitMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getXaResourceTimeout
public TimeOutImpl(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout, Boolean setTxQueryTimeout, Long queryTimeout, Long useTryLock) throws ValidateException
blockingTimeoutMillis
- blockingTimeoutMillisidleTimeoutMinutes
- idleTimeoutMinutesallocationRetry
- allocationRetryallocationRetryWaitMillis
- allocationRetryWaitMillisxaResourceTimeout
- xaResourceTimeoutsetTxQueryTimeout
- setTxQueryTimeoutqueryTimeout
- queryTimeoutuseTryLock
- useTryLockValidateException
- ValidateExceptionpublic final Boolean isSetTxQueryTimeout()
public final Long getQueryTimeout()
public final Long getUseTryLock()
public int hashCode()
TimeOutImpl
hashCode
in class TimeOutImpl
public boolean equals(Object obj)
TimeOutImpl
equals
in class TimeOutImpl
public String toString()
TimeOutImpl
toString
in class TimeOutImpl
public void validate() throws ValidateException
validate
in interface ValidatableMetadata
ValidateException
Copyright © 2021 JBoss by Red Hat. All rights reserved.