Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.api.TimeoutType
-
Packages that use TimeoutType Package Description org.jboss.jca.embedded.dsl.resourceadapters13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters13.impl Provides the implementation classes as defined in the schema -
-
Uses of TimeoutType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.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<ConnectionDefinitionType<T>>ConnectionDefinitionType. 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. 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. removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType<T>TimeoutType. xaResourceTimeout(Integer xaResourceTimeout)Sets thexa-resource-timeoutelement -
Uses of TimeoutType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement TimeoutType Modifier and Type Class Description classTimeoutTypeImpl<T>This class implements thetimeoutTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.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<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. 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. 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. removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType<T>TimeoutTypeImpl. xaResourceTimeout(Integer xaResourceTimeout)Sets thexa-resource-timeoutelement
-