Interface TimeoutType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
TimeoutTypeImpl
public interface TimeoutType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
timeoutType xsd type-
Method Summary
Modifier and TypeMethodDescriptionallocationRetry(Integer allocationRetry) Sets theallocation-retryelementallocationRetryWaitMillis(Integer allocationRetryWaitMillis) Sets theallocation-retry-wait-milliselementblockingTimeoutMillis(Integer blockingTimeoutMillis) Sets theblocking-timeout-milliselementReturns theallocation-retryelementReturns theallocation-retry-wait-milliselementReturns theblocking-timeout-milliselementReturns theidle-timeout-minuteselementReturns thexa-resource-timeoutelementidleTimeoutMinutes(Integer idleTimeoutMinutes) Sets theidle-timeout-minuteselementRemoves theallocation-retryelementRemoves theallocation-retry-wait-milliselementRemoves theblocking-timeout-milliselementRemoves theidle-timeout-minuteselementRemoves thexa-resource-timeoutelementxaResourceTimeout(Integer xaResourceTimeout) Sets thexa-resource-timeoutelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
blockingTimeoutMillis
Sets theblocking-timeout-milliselement- Parameters:
blockingTimeoutMillis- the value for the elementblocking-timeout-millis- Returns:
- the current instance of
TimeoutType
-
getBlockingTimeoutMillis
Integer getBlockingTimeoutMillis()Returns theblocking-timeout-milliselement- Returns:
- the node defined for the element
blocking-timeout-millis
-
removeBlockingTimeoutMillis
TimeoutType<T> removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselement- Returns:
- the current instance of
TimeoutType
-
idleTimeoutMinutes
Sets theidle-timeout-minuteselement- Parameters:
idleTimeoutMinutes- the value for the elementidle-timeout-minutes- Returns:
- the current instance of
TimeoutType
-
getIdleTimeoutMinutes
Integer getIdleTimeoutMinutes()Returns theidle-timeout-minuteselement- Returns:
- the node defined for the element
idle-timeout-minutes
-
removeIdleTimeoutMinutes
TimeoutType<T> removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselement- Returns:
- the current instance of
TimeoutType
-
allocationRetry
Sets theallocation-retryelement- Parameters:
allocationRetry- the value for the elementallocation-retry- Returns:
- the current instance of
TimeoutType
-
getAllocationRetry
Integer getAllocationRetry()Returns theallocation-retryelement- Returns:
- the node defined for the element
allocation-retry
-
removeAllocationRetry
TimeoutType<T> removeAllocationRetry()Removes theallocation-retryelement- Returns:
- the current instance of
TimeoutType
-
allocationRetryWaitMillis
Sets theallocation-retry-wait-milliselement- Parameters:
allocationRetryWaitMillis- the value for the elementallocation-retry-wait-millis- Returns:
- the current instance of
TimeoutType
-
getAllocationRetryWaitMillis
Integer getAllocationRetryWaitMillis()Returns theallocation-retry-wait-milliselement- Returns:
- the node defined for the element
allocation-retry-wait-millis
-
removeAllocationRetryWaitMillis
TimeoutType<T> removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselement- Returns:
- the current instance of
TimeoutType
-
xaResourceTimeout
Sets thexa-resource-timeoutelement- Parameters:
xaResourceTimeout- the value for the elementxa-resource-timeout- Returns:
- the current instance of
TimeoutType
-
getXaResourceTimeout
Integer getXaResourceTimeout()Returns thexa-resource-timeoutelement- Returns:
- the node defined for the element
xa-resource-timeout
-
removeXaResourceTimeout
TimeoutType<T> removeXaResourceTimeout()Removes thexa-resource-timeoutelement- Returns:
- the current instance of
TimeoutType
-