Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.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.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.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-milliselementConnectionDefinitionType.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutType.idleTimeoutMinutes(Integer idleTimeoutMinutes) Sets theidle-timeout-minuteselementTimeoutType.removeAllocationRetry()Removes theallocation-retryelementTimeoutType.removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutType.removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutType.removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutType.removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutType.xaResourceTimeout(Integer xaResourceTimeout) Sets thexa-resource-timeoutelement -
Uses of TimeoutType in org.jboss.jca.embedded.dsl.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement TimeoutTypeModifier and TypeClassDescriptionclassThis class implements thetimeoutTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.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-milliselementConnectionDefinitionTypeImpl.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.TimeoutTypeImpl.idleTimeoutMinutes(Integer idleTimeoutMinutes) Sets theidle-timeout-minuteselementTimeoutTypeImpl.removeAllocationRetry()Removes theallocation-retryelementTimeoutTypeImpl.removeAllocationRetryWaitMillis()Removes theallocation-retry-wait-milliselementTimeoutTypeImpl.removeBlockingTimeoutMillis()Removes theblocking-timeout-milliselementTimeoutTypeImpl.removeIdleTimeoutMinutes()Removes theidle-timeout-minuteselementTimeoutTypeImpl.removeXaResourceTimeout()Removes thexa-resource-timeoutelementTimeoutTypeImpl.xaResourceTimeout(Integer xaResourceTimeout) Sets thexa-resource-timeoutelement