public class CommonTimeOutImpl extends java.lang.Object implements CommonTimeOut
CommonTimeOut.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 |
---|
CommonTimeOutImpl(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout)
Create a new STimeOutImpl.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAllocationRetry()
Get the allocationRetry.
|
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 final java.lang.Long blockingTimeoutMillis
protected final java.lang.Long idleTimeoutMinutes
protected final java.lang.Integer allocationRetry
protected final java.lang.Long allocationRetryWaitMillis
protected final java.lang.Integer xaResourceTimeout
public CommonTimeOutImpl(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 final java.lang.Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis
in interface CommonTimeOut
public final java.lang.Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes
in interface CommonTimeOut
public final java.lang.Integer getAllocationRetry()
getAllocationRetry
in interface CommonTimeOut
public final java.lang.Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis
in interface CommonTimeOut
public java.lang.Integer getXaResourceTimeout()
getXaResourceTimeout
in interface CommonTimeOut
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 © 2013 IronJacamar (http://www.ironjacamar.org)