public interface TimeoutType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
timeoutType xsd type| Modifier and Type | Method and Description |
|---|---|
TimeoutType<T> |
allocationRetry(Integer allocationRetry)
Sets the
allocation-retry element |
TimeoutType<T> |
allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
Sets the
allocation-retry-wait-millis element |
TimeoutType<T> |
blockingTimeoutMillis(Integer blockingTimeoutMillis)
Sets the
blocking-timeout-millis element |
Integer |
getAllocationRetry()
Returns the
allocation-retry element |
Integer |
getAllocationRetryWaitMillis()
Returns the
allocation-retry-wait-millis element |
Integer |
getBlockingTimeoutMillis()
Returns the
blocking-timeout-millis element |
Integer |
getIdleTimeoutMinutes()
Returns the
idle-timeout-minutes element |
Integer |
getXaResourceTimeout()
Returns the
xa-resource-timeout element |
TimeoutType<T> |
idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the
idle-timeout-minutes element |
TimeoutType<T> |
removeAllocationRetry()
Removes the
allocation-retry element |
TimeoutType<T> |
removeAllocationRetryWaitMillis()
Removes the
allocation-retry-wait-millis element |
TimeoutType<T> |
removeBlockingTimeoutMillis()
Removes the
blocking-timeout-millis element |
TimeoutType<T> |
removeIdleTimeoutMinutes()
Removes the
idle-timeout-minutes element |
TimeoutType<T> |
removeXaResourceTimeout()
Removes the
xa-resource-timeout element |
TimeoutType<T> |
xaResourceTimeout(Integer xaResourceTimeout)
Sets the
xa-resource-timeout element |
TimeoutType<T> blockingTimeoutMillis(Integer blockingTimeoutMillis)
blocking-timeout-millis elementblockingTimeoutMillis - the value for the element blocking-timeout-millisTimeoutTypeInteger getBlockingTimeoutMillis()
blocking-timeout-millis elementblocking-timeout-millisTimeoutType<T> removeBlockingTimeoutMillis()
blocking-timeout-millis elementTimeoutTypeTimeoutType<T> idleTimeoutMinutes(Integer idleTimeoutMinutes)
idle-timeout-minutes elementidleTimeoutMinutes - the value for the element idle-timeout-minutesTimeoutTypeInteger getIdleTimeoutMinutes()
idle-timeout-minutes elementidle-timeout-minutesTimeoutType<T> removeIdleTimeoutMinutes()
idle-timeout-minutes elementTimeoutTypeTimeoutType<T> allocationRetry(Integer allocationRetry)
allocation-retry elementallocationRetry - the value for the element allocation-retryTimeoutTypeInteger getAllocationRetry()
allocation-retry elementallocation-retryTimeoutType<T> removeAllocationRetry()
allocation-retry elementTimeoutTypeTimeoutType<T> allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
allocation-retry-wait-millis elementallocationRetryWaitMillis - the value for the element allocation-retry-wait-millisTimeoutTypeInteger getAllocationRetryWaitMillis()
allocation-retry-wait-millis elementallocation-retry-wait-millisTimeoutType<T> removeAllocationRetryWaitMillis()
allocation-retry-wait-millis elementTimeoutTypeTimeoutType<T> xaResourceTimeout(Integer xaResourceTimeout)
xa-resource-timeout elementxaResourceTimeout - the value for the element xa-resource-timeoutTimeoutTypeInteger getXaResourceTimeout()
xa-resource-timeout elementxa-resource-timeoutTimeoutType<T> removeXaResourceTimeout()
xa-resource-timeout elementTimeoutTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)