public class TimeoutTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, TimeoutType<T>
timeoutType xsd type| Constructor and Description |
|---|
TimeoutTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
TimeoutTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| 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 |
T |
up() |
TimeoutType<T> |
useTryLock(Integer useTryLock)
Sets the
use-try-lock element |
TimeoutType<T> |
xaResourceTimeout(String xaResourceTimeout)
Sets the
xa-resource-timeout element |
public TimeoutTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public TimeoutType<T> blockingTimeoutMillis(Integer blockingTimeoutMillis)
blocking-timeout-millis elementblockingTimeoutMillis in interface TimeoutType<T>blockingTimeoutMillis - the value for the element blocking-timeout-millisTimeoutTypepublic Integer getBlockingTimeoutMillis()
blocking-timeout-millis elementgetBlockingTimeoutMillis in interface TimeoutType<T>blocking-timeout-millispublic TimeoutType<T> removeBlockingTimeoutMillis()
blocking-timeout-millis elementremoveBlockingTimeoutMillis in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> idleTimeoutMinutes(Integer idleTimeoutMinutes)
idle-timeout-minutes elementidleTimeoutMinutes in interface TimeoutType<T>idleTimeoutMinutes - the value for the element idle-timeout-minutesTimeoutTypepublic Integer getIdleTimeoutMinutes()
idle-timeout-minutes elementgetIdleTimeoutMinutes in interface TimeoutType<T>idle-timeout-minutespublic TimeoutType<T> removeIdleTimeoutMinutes()
idle-timeout-minutes elementremoveIdleTimeoutMinutes in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> setTxQueryTimeout()
set-tx-query-timeout elementsetTxQueryTimeout in interface TimeoutType<T>TimeoutTypepublic Boolean isSetTxQueryTimeout()
set-tx-query-timeout elementisSetTxQueryTimeout in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> removeSetTxQueryTimeout()
set-tx-query-timeout elementremoveSetTxQueryTimeout in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> queryTimeout(Integer queryTimeout)
query-timeout elementqueryTimeout in interface TimeoutType<T>queryTimeout - the value for the element query-timeoutTimeoutTypepublic Integer getQueryTimeout()
query-timeout elementgetQueryTimeout in interface TimeoutType<T>query-timeoutpublic TimeoutType<T> removeQueryTimeout()
query-timeout elementremoveQueryTimeout in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> useTryLock(Integer useTryLock)
use-try-lock elementuseTryLock in interface TimeoutType<T>useTryLock - the value for the element use-try-lockTimeoutTypepublic Integer getUseTryLock()
use-try-lock elementgetUseTryLock in interface TimeoutType<T>use-try-lockpublic TimeoutType<T> removeUseTryLock()
use-try-lock elementremoveUseTryLock in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> allocationRetry(Integer allocationRetry)
allocation-retry elementallocationRetry in interface TimeoutType<T>allocationRetry - the value for the element allocation-retryTimeoutTypepublic Integer getAllocationRetry()
allocation-retry elementgetAllocationRetry in interface TimeoutType<T>allocation-retrypublic TimeoutType<T> removeAllocationRetry()
allocation-retry elementremoveAllocationRetry in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
allocation-retry-wait-millis elementallocationRetryWaitMillis in interface TimeoutType<T>allocationRetryWaitMillis - the value for the element allocation-retry-wait-millisTimeoutTypepublic Integer getAllocationRetryWaitMillis()
allocation-retry-wait-millis elementgetAllocationRetryWaitMillis in interface TimeoutType<T>allocation-retry-wait-millispublic TimeoutType<T> removeAllocationRetryWaitMillis()
allocation-retry-wait-millis elementremoveAllocationRetryWaitMillis in interface TimeoutType<T>TimeoutTypepublic TimeoutType<T> xaResourceTimeout(String xaResourceTimeout)
xa-resource-timeout elementxaResourceTimeout in interface TimeoutType<T>xaResourceTimeout - the value for the element xa-resource-timeoutTimeoutTypepublic String getXaResourceTimeout()
xa-resource-timeout elementgetXaResourceTimeout in interface TimeoutType<T>xa-resource-timeoutpublic TimeoutType<T> removeXaResourceTimeout()
xa-resource-timeout elementremoveXaResourceTimeout in interface TimeoutType<T>TimeoutTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.