|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of TimeoutType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.api that return TimeoutType | |
---|---|
TimeoutType<T> |
TimeoutType.allocationRetry(Integer allocationRetry)
Sets the allocation-retry element |
TimeoutType<T> |
TimeoutType.allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
Sets the allocation-retry-wait-millis element |
TimeoutType<T> |
TimeoutType.blockingTimeoutMillis(Integer blockingTimeoutMillis)
Sets the blocking-timeout-millis element |
TimeoutType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
TimeoutType<T> |
TimeoutType.idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the idle-timeout-minutes element |
TimeoutType<T> |
TimeoutType.removeAllocationRetry()
Removes the allocation-retry element |
TimeoutType<T> |
TimeoutType.removeAllocationRetryWaitMillis()
Removes the allocation-retry-wait-millis element |
TimeoutType<T> |
TimeoutType.removeBlockingTimeoutMillis()
Removes the blocking-timeout-millis element |
TimeoutType<T> |
TimeoutType.removeIdleTimeoutMinutes()
Removes the idle-timeout-minutes element |
TimeoutType<T> |
TimeoutType.removeXaResourceTimeout()
Removes the xa-resource-timeout element |
TimeoutType<T> |
TimeoutType.xaResourceTimeout(Integer xaResourceTimeout)
Sets the xa-resource-timeout element |
Uses of TimeoutType in org.jboss.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement TimeoutType | |
---|---|
class |
TimeoutTypeImpl<T>
This class implements the timeoutType xsd type |
Methods in org.jboss.resourceadapters.impl that return TimeoutType | |
---|---|
TimeoutType<T> |
TimeoutTypeImpl.allocationRetry(Integer allocationRetry)
Sets the allocation-retry element |
TimeoutType<T> |
TimeoutTypeImpl.allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
Sets the allocation-retry-wait-millis element |
TimeoutType<T> |
TimeoutTypeImpl.blockingTimeoutMillis(Integer blockingTimeoutMillis)
Sets the blocking-timeout-millis element |
TimeoutType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
TimeoutType<T> |
TimeoutTypeImpl.idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the idle-timeout-minutes element |
TimeoutType<T> |
TimeoutTypeImpl.removeAllocationRetry()
Removes the allocation-retry element |
TimeoutType<T> |
TimeoutTypeImpl.removeAllocationRetryWaitMillis()
Removes the allocation-retry-wait-millis element |
TimeoutType<T> |
TimeoutTypeImpl.removeBlockingTimeoutMillis()
Removes the blocking-timeout-millis element |
TimeoutType<T> |
TimeoutTypeImpl.removeIdleTimeoutMinutes()
Removes the idle-timeout-minutes element |
TimeoutType<T> |
TimeoutTypeImpl.removeXaResourceTimeout()
Removes the xa-resource-timeout element |
TimeoutType<T> |
TimeoutTypeImpl.xaResourceTimeout(Integer xaResourceTimeout)
Sets the xa-resource-timeout element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |