
public class CommonTimeOutImpl extends Object implements org.jboss.jca.common.api.metadata.common.CommonTimeOut
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allocationRetry
allocationRetry
|
protected Long |
allocationRetryWaitMillis
allocationRetryWaitMillis
|
protected Long |
blockingTimeoutMillis
blockingTimeoutMillis
|
protected Long |
idleTimeoutMinutes
idleTimeoutMinutes
|
protected Integer |
xaResourceTimeout
xaResourceTimeout
|
| Constructor and Description |
|---|
CommonTimeOutImpl(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout)
Create a new STimeOutImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAllocationRetry()
Get the allocationRetry.
|
Long |
getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis.
|
Long |
getBlockingTimeoutMillis()
Get the blockingTimeoutMillis.
|
Long |
getIdleTimeoutMinutes()
Get the idleTimeoutMinutes.
|
Integer |
getXaResourceTimeout()
Get the xaResourceTimeout.
|
int |
hashCode() |
String |
toString() |
protected final Long blockingTimeoutMillis
protected final Long idleTimeoutMinutes
protected final Integer allocationRetry
protected final Long allocationRetryWaitMillis
protected final Integer xaResourceTimeout
public CommonTimeOutImpl(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout) throws org.jboss.jca.common.api.validator.ValidateException
blockingTimeoutMillis - blockingTimeoutMillisidleTimeoutMinutes - idleTimeoutMinutesallocationRetry - allocationRetryallocationRetryWaitMillis - allocationRetryWaitMillisxaResourceTimeout - xaResourceTimeoutorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final Integer getAllocationRetry()
getAllocationRetry in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic final Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutpublic Integer getXaResourceTimeout()
getXaResourceTimeout in interface org.jboss.jca.common.api.metadata.common.CommonTimeOutCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)