
public class TimeOutImpl extends Object implements org.jboss.jca.common.api.metadata.common.TimeOut
| 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 |
|---|
TimeOutImpl(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAllocationRetry()
Get the allocationRetryWaitMillis.
|
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 Long blockingTimeoutMillis
protected Long idleTimeoutMinutes
protected Integer allocationRetry
protected Long allocationRetryWaitMillis
protected Integer xaResourceTimeout
public TimeOutImpl(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 Long getBlockingTimeoutMillis()
getBlockingTimeoutMillis in interface org.jboss.jca.common.api.metadata.common.TimeOutpublic Long getIdleTimeoutMinutes()
getIdleTimeoutMinutes in interface org.jboss.jca.common.api.metadata.common.TimeOutpublic Integer getAllocationRetry()
getAllocationRetry in interface org.jboss.jca.common.api.metadata.common.TimeOutpublic Long getAllocationRetryWaitMillis()
getAllocationRetryWaitMillis in interface org.jboss.jca.common.api.metadata.common.TimeOutpublic Integer getXaResourceTimeout()
getXaResourceTimeout in interface org.jboss.jca.common.api.metadata.common.TimeOutCopyright © 2013 IronJacamar (http://www.ironjacamar.org)