Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.api.TimeoutType
-
Packages that use TimeoutType Package Description org.jboss.jca.embedded.dsl.datasources13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources13.impl Provides the implementation classes as defined in the schema -
-
Uses of TimeoutType in org.jboss.jca.embedded.dsl.datasources13.api
Methods in org.jboss.jca.embedded.dsl.datasources13.api that return TimeoutType Modifier and Type Method Description TimeoutType<T>TimeoutType. allocationRetry(Integer allocationRetry)Sets theallocation-retryelementTimeoutType<T>TimeoutType. allocationRetryWaitMillis(Integer allocationRetryWaitMillis)Sets theallocation-retry-wait-milliselementTimeoutType<T>TimeoutType. blockingTimeoutMillis(Integer blockingTimeoutMillis)Sets theblocking-timeout-milliselementTimeoutType<DatasourceType<T>>DatasourceType. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType<XaDatasourceType<T>>XaDatasourceType. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType<T>TimeoutType. idleTimeoutMinutes(Integer idleTimeoutMinutes)Sets theidle-timeout-minuteselementTimeoutType<T>TimeoutType. queryTimeout(Integer queryTimeout)Sets thequery-timeoutelementTimeoutType<T>TimeoutType. removeAllocationRetry()Removes theallocation-retryelementTimeoutType<T>TimeoutType. removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutType<T>TimeoutType. removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutType<T>TimeoutType. removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutType<T>TimeoutType. removeQueryTimeout()Removes thequery-timeoutelementTimeoutType<T>TimeoutType. removeSetTxQueryTimeout()Removes theset-tx-query-timeoutelementTimeoutType<T>TimeoutType. removeUseTryLock()Removes theuse-try-lockelementTimeoutType<T>TimeoutType. removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType<T>TimeoutType. setTxQueryTimeout()Sets theset-tx-query-timeoutelementTimeoutType<T>TimeoutType. useTryLock(Integer useTryLock)Sets theuse-try-lockelementTimeoutType<T>TimeoutType. xaResourceTimeout(String xaResourceTimeout)Sets thexa-resource-timeoutelement -
Uses of TimeoutType in org.jboss.jca.embedded.dsl.datasources13.impl
Classes in org.jboss.jca.embedded.dsl.datasources13.impl that implement TimeoutType Modifier and Type Class Description classTimeoutTypeImpl<T>This class implements thetimeoutTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return TimeoutType Modifier and Type Method Description TimeoutType<T>TimeoutTypeImpl. allocationRetry(Integer allocationRetry)Sets theallocation-retryelementTimeoutType<T>TimeoutTypeImpl. allocationRetryWaitMillis(Integer allocationRetryWaitMillis)Sets theallocation-retry-wait-milliselementTimeoutType<T>TimeoutTypeImpl. blockingTimeoutMillis(Integer blockingTimeoutMillis)Sets theblocking-timeout-milliselementTimeoutType<DatasourceType<T>>DatasourceTypeImpl. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType<XaDatasourceType<T>>XaDatasourceTypeImpl. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType<T>TimeoutTypeImpl. idleTimeoutMinutes(Integer idleTimeoutMinutes)Sets theidle-timeout-minuteselementTimeoutType<T>TimeoutTypeImpl. queryTimeout(Integer queryTimeout)Sets thequery-timeoutelementTimeoutType<T>TimeoutTypeImpl. removeAllocationRetry()Removes theallocation-retryelementTimeoutType<T>TimeoutTypeImpl. removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutType<T>TimeoutTypeImpl. removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutType<T>TimeoutTypeImpl. removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutType<T>TimeoutTypeImpl. removeQueryTimeout()Removes thequery-timeoutelementTimeoutType<T>TimeoutTypeImpl. removeSetTxQueryTimeout()Removes theset-tx-query-timeoutelementTimeoutType<T>TimeoutTypeImpl. removeUseTryLock()Removes theuse-try-lockelementTimeoutType<T>TimeoutTypeImpl. removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType<T>TimeoutTypeImpl. setTxQueryTimeout()Sets theset-tx-query-timeoutelementTimeoutType<T>TimeoutTypeImpl. useTryLock(Integer useTryLock)Sets theuse-try-lockelementTimeoutType<T>TimeoutTypeImpl. xaResourceTimeout(String xaResourceTimeout)Sets thexa-resource-timeoutelement
-