Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.api.TimeoutType
Packages that use TimeoutType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
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 TimeoutTypeModifier and TypeMethodDescriptionTimeoutType.allocationRetry(Integer allocationRetry) Sets theallocation-retryelementTimeoutType.allocationRetryWaitMillis(Integer allocationRetryWaitMillis) Sets theallocation-retry-wait-milliselementTimeoutType.blockingTimeoutMillis(Integer blockingTimeoutMillis) Sets theblocking-timeout-milliselementDatasourceType.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.XaDatasourceType.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType.idleTimeoutMinutes(Integer idleTimeoutMinutes) Sets theidle-timeout-minuteselementTimeoutType.queryTimeout(Integer queryTimeout) Sets thequery-timeoutelementTimeoutType.removeAllocationRetry()Removes theallocation-retryelementTimeoutType.removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutType.removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutType.removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutType.removeQueryTimeout()Removes thequery-timeoutelementTimeoutType.removeSetTxQueryTimeout()Removes theset-tx-query-timeoutelementTimeoutType.removeUseTryLock()Removes theuse-try-lockelementTimeoutType.removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType.setTxQueryTimeout()Sets theset-tx-query-timeoutelementTimeoutType.useTryLock(Integer useTryLock) Sets theuse-try-lockelementTimeoutType.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 TimeoutTypeModifier and TypeClassDescriptionclassThis class implements thetimeoutTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return TimeoutTypeModifier and TypeMethodDescriptionTimeoutTypeImpl.allocationRetry(Integer allocationRetry) Sets theallocation-retryelementTimeoutTypeImpl.allocationRetryWaitMillis(Integer allocationRetryWaitMillis) Sets theallocation-retry-wait-milliselementTimeoutTypeImpl.blockingTimeoutMillis(Integer blockingTimeoutMillis) Sets theblocking-timeout-milliselementDatasourceTypeImpl.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.XaDatasourceTypeImpl.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutTypeImpl.idleTimeoutMinutes(Integer idleTimeoutMinutes) Sets theidle-timeout-minuteselementTimeoutTypeImpl.queryTimeout(Integer queryTimeout) Sets thequery-timeoutelementTimeoutTypeImpl.removeAllocationRetry()Removes theallocation-retryelementTimeoutTypeImpl.removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutTypeImpl.removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutTypeImpl.removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutTypeImpl.removeQueryTimeout()Removes thequery-timeoutelementTimeoutTypeImpl.removeSetTxQueryTimeout()Removes theset-tx-query-timeoutelementTimeoutTypeImpl.removeUseTryLock()Removes theuse-try-lockelementTimeoutTypeImpl.removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutTypeImpl.setTxQueryTimeout()Sets theset-tx-query-timeoutelementTimeoutTypeImpl.useTryLock(Integer useTryLock) Sets theuse-try-lockelementTimeoutTypeImpl.xaResourceTimeout(String xaResourceTimeout) Sets thexa-resource-timeoutelement