public class TimeOutImpl extends java.lang.Object implements TimeOut
TimeOut.Tag
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
allocationRetry
allocationRetry
|
protected java.lang.Long |
allocationRetryWaitMillis
allocationRetryWaitMillis
|
protected java.lang.Long |
blockingTimeoutMillis
blockingTimeoutMillis
|
protected java.lang.Long |
idleTimeoutMinutes
idleTimeoutMinutes
|
protected java.lang.Integer |
xaResourceTimeout
xaResourceTimeout
|
Constructor and Description |
---|
TimeOutImpl(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAllocationRetry()
Get the allocationRetryWaitMillis.
|
java.lang.Long |
getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis.
|
java.lang.Long |
getBlockingTimeoutMillis()
Get the blockingTimeoutMillis.
|
java.lang.Long |
getIdleTimeoutMinutes()
Get the idleTimeoutMinutes.
|
java.lang.Integer |
getXaResourceTimeout()
Get the xaResourceTimeout.
|
int |
hashCode() |
java.lang.String |
toString() |
protected java.lang.Long blockingTimeoutMillis
protected java.lang.Long idleTimeoutMinutes
protected java.lang.Integer allocationRetry
protected java.lang.Long allocationRetryWaitMillis
protected java.lang.Integer xaResourceTimeout
public TimeOutImpl(java.lang.Long blockingTimeoutMillis, java.lang.Long idleTimeoutMinutes, java.lang.Integer allocationRetry, java.lang.Long allocationRetryWaitMillis, java.lang.Integer xaResourceTimeout) throws ValidateException
blockingTimeoutMillis
- blockingTimeoutMillisidleTimeoutMinutes
- idleTimeoutMinutesallocationRetry
- allocationRetryallocationRetryWaitMillis
- allocationRetryWaitMillisxaResourceTimeout
- xaResourceTimeoutValidateException
- ValidateExceptionpublic java.lang.Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis
in interface TimeOut
public java.lang.Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes
in interface TimeOut
public java.lang.Integer getAllocationRetry()
getAllocationRetry
in interface TimeOut
public java.lang.Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis
in interface TimeOut
public java.lang.Integer getXaResourceTimeout()
getXaResourceTimeout
in interface TimeOut
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)