
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 |
getQueryTimeout()
Returns the
query-timeout element |
Integer |
getUseTryLock()
Returns the
use-try-lock element |
String |
getXaResourceTimeout()
Returns the
xa-resource-timeout element |
TimeoutType<T> |
idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the
idle-timeout-minutes element |
Boolean |
isSetTxQueryTimeout()
Removes the
set-tx-query-timeout element |
TimeoutType<T> |
queryTimeout(Integer queryTimeout)
Sets the
query-timeout 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> |
removeQueryTimeout()
Removes the
query-timeout element |
TimeoutType<T> |
removeSetTxQueryTimeout()
Removes the
set-tx-query-timeout element |
TimeoutType<T> |
removeUseTryLock()
Removes the
use-try-lock element |
TimeoutType<T> |
removeXaResourceTimeout()
Removes the
xa-resource-timeout element |
TimeoutType<T> |
setTxQueryTimeout()
Sets the
set-tx-query-timeout element |
TimeoutType<T> |
useTryLock(Integer useTryLock)
Sets the
use-try-lock element |
TimeoutType<T> |
xaResourceTimeout(String 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> setTxQueryTimeout()
set-tx-query-timeout elementTimeoutTypeBoolean isSetTxQueryTimeout()
set-tx-query-timeout elementTimeoutTypeTimeoutType<T> removeSetTxQueryTimeout()
set-tx-query-timeout elementTimeoutTypeTimeoutType<T> queryTimeout(Integer queryTimeout)
query-timeout elementqueryTimeout - the value for the element query-timeoutTimeoutTypeInteger getQueryTimeout()
query-timeout elementquery-timeoutTimeoutType<T> removeQueryTimeout()
query-timeout elementTimeoutTypeTimeoutType<T> useTryLock(Integer useTryLock)
use-try-lock elementuseTryLock - the value for the element use-try-lockTimeoutTypeInteger getUseTryLock()
use-try-lock elementuse-try-lockTimeoutType<T> removeUseTryLock()
use-try-lock 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(String xaResourceTimeout)
xa-resource-timeout elementxaResourceTimeout - the value for the element xa-resource-timeoutTimeoutTypeString getXaResourceTimeout()
xa-resource-timeout elementxa-resource-timeoutTimeoutType<T> removeXaResourceTimeout()
xa-resource-timeout elementTimeoutTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)