Class TimeoutTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.ironjacamar13.impl.TimeoutTypeImpl<T>
- All Implemented Interfaces:
TimeoutType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class TimeoutTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, TimeoutType<T>
This class implements the
timeoutType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutTypeImpl(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) -
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-timeoutelementup()xaResourceTimeout(Integer xaResourceTimeout) Sets thexa-resource-timeoutelement
-
Constructor Details
-
TimeoutTypeImpl
-
TimeoutTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
blockingTimeoutMillis
Sets theblocking-timeout-milliselement- Specified by:
blockingTimeoutMillisin interfaceTimeoutType<T>- Parameters:
blockingTimeoutMillis- the value for the elementblocking-timeout-millis- Returns:
- the current instance of
TimeoutType
-
getBlockingTimeoutMillis
Returns theblocking-timeout-milliselement- Specified by:
getBlockingTimeoutMillisin interfaceTimeoutType<T>- Returns:
- the node defined for the element
blocking-timeout-millis
-
removeBlockingTimeoutMillis
Removes theblocking-timeout-milliselement- Specified by:
removeBlockingTimeoutMillisin interfaceTimeoutType<T>- Returns:
- the current instance of
TimeoutType
-
idleTimeoutMinutes
Sets theidle-timeout-minuteselement- Specified by:
idleTimeoutMinutesin interfaceTimeoutType<T>- Parameters:
idleTimeoutMinutes- the value for the elementidle-timeout-minutes- Returns:
- the current instance of
TimeoutType
-
getIdleTimeoutMinutes
Returns theidle-timeout-minuteselement- Specified by:
getIdleTimeoutMinutesin interfaceTimeoutType<T>- Returns:
- the node defined for the element
idle-timeout-minutes
-
removeIdleTimeoutMinutes
Removes theidle-timeout-minuteselement- Specified by:
removeIdleTimeoutMinutesin interfaceTimeoutType<T>- Returns:
- the current instance of
TimeoutType
-
allocationRetry
Sets theallocation-retryelement- Specified by:
allocationRetryin interfaceTimeoutType<T>- Parameters:
allocationRetry- the value for the elementallocation-retry- Returns:
- the current instance of
TimeoutType
-
getAllocationRetry
Returns theallocation-retryelement- Specified by:
getAllocationRetryin interfaceTimeoutType<T>- Returns:
- the node defined for the element
allocation-retry
-
removeAllocationRetry
Removes theallocation-retryelement- Specified by:
removeAllocationRetryin interfaceTimeoutType<T>- Returns:
- the current instance of
TimeoutType
-
allocationRetryWaitMillis
Sets theallocation-retry-wait-milliselement- Specified by:
allocationRetryWaitMillisin interfaceTimeoutType<T>- Parameters:
allocationRetryWaitMillis- the value for the elementallocation-retry-wait-millis- Returns:
- the current instance of
TimeoutType
-
getAllocationRetryWaitMillis
Returns theallocation-retry-wait-milliselement- Specified by:
getAllocationRetryWaitMillisin interfaceTimeoutType<T>- Returns:
- the node defined for the element
allocation-retry-wait-millis
-
removeAllocationRetryWaitMillis
Removes theallocation-retry-wait-milliselement- Specified by:
removeAllocationRetryWaitMillisin interfaceTimeoutType<T>- Returns:
- the current instance of
TimeoutType
-
xaResourceTimeout
Sets thexa-resource-timeoutelement- Specified by:
xaResourceTimeoutin interfaceTimeoutType<T>- Parameters:
xaResourceTimeout- the value for the elementxa-resource-timeout- Returns:
- the current instance of
TimeoutType
-
getXaResourceTimeout
Returns thexa-resource-timeoutelement- Specified by:
getXaResourceTimeoutin interfaceTimeoutType<T>- Returns:
- the node defined for the element
xa-resource-timeout
-
removeXaResourceTimeout
Removes thexa-resource-timeoutelement- Specified by:
removeXaResourceTimeoutin interfaceTimeoutType<T>- Returns:
- the current instance of
TimeoutType
-