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