
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 TimeOutpublic java.lang.Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes in interface TimeOutpublic java.lang.Integer getAllocationRetry()
getAllocationRetry in interface TimeOutpublic java.lang.Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis in interface TimeOutpublic java.lang.Integer getXaResourceTimeout()
getXaResourceTimeout in interface TimeOutpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)