
public class CommonTimeOutImpl
extends java.lang.Object
implements org.jboss.jca.common.api.metadata.common.CommonTimeOut
| 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 org.jboss.jca.common.api.validator.ValidateException
blockingTimeoutMillis - blockingTimeoutMillisidleTimeoutMinutes - idleTimeoutMinutesallocationRetry - allocationRetryallocationRetryWaitMillis - allocationRetryWaitMillisxaResourceTimeout - xaResourceTimeoutorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final java.lang.Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final java.lang.Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final java.lang.Integer getAllocationRetry()
getAllocationRetry in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final java.lang.Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic java.lang.Integer getXaResourceTimeout()
getXaResourceTimeout in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic 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 © 2013 IronJacamar (http://www.ironjacamar.org)