Uses of Interface
org.jboss.datasources.api.TimeoutType

Packages that use TimeoutType
org.jboss.datasources.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.datasources.impl Provides the implementation classes as defined in the schema 
 

Uses of TimeoutType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.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<DatasourceType<T>> DatasourceType.getOrCreateTimeout()
          If not already created, a new timeout element with the given value will be created.
 TimeoutType<XaDatasourceType<T>> XaDatasourceType.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.queryTimeout(Integer queryTimeout)
          Sets the query-timeout 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.removeQueryTimeout()
          Removes the query-timeout element
 TimeoutType<T> TimeoutType.removeSetTxQueryTimeout()
          Removes the set-tx-query-timeout element
 TimeoutType<T> TimeoutType.removeUseTryLock()
          Removes the use-try-lock element
 TimeoutType<T> TimeoutType.removeXaResourceTimeout()
          Removes the xa-resource-timeout element
 TimeoutType<T> TimeoutType.setTxQueryTimeout()
          Sets the set-tx-query-timeout element
 TimeoutType<T> TimeoutType.useTryLock(Integer useTryLock)
          Sets the use-try-lock element
 TimeoutType<T> TimeoutType.xaResourceTimeout(String xaResourceTimeout)
          Sets the xa-resource-timeout element
 

Uses of TimeoutType in org.jboss.datasources.impl
 

Methods in org.jboss.datasources.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<DatasourceType<T>> DatasourceTypeImpl.getOrCreateTimeout()
          If not already created, a new timeout element with the given value will be created.
 TimeoutType<XaDatasourceType<T>> XaDatasourceTypeImpl.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.queryTimeout(Integer queryTimeout)
          Sets the query-timeout 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.removeQueryTimeout()
          Removes the query-timeout element
 TimeoutType<T> TimeoutTypeImpl.removeSetTxQueryTimeout()
          Removes the set-tx-query-timeout element
 TimeoutType<T> TimeoutTypeImpl.removeUseTryLock()
          Removes the use-try-lock element
 TimeoutType<T> TimeoutTypeImpl.removeXaResourceTimeout()
          Removes the xa-resource-timeout element
 TimeoutType<T> TimeoutTypeImpl.setTxQueryTimeout()
          Sets the set-tx-query-timeout element
 TimeoutType<T> TimeoutTypeImpl.useTryLock(Integer useTryLock)
          Sets the use-try-lock element
 TimeoutType<T> TimeoutTypeImpl.xaResourceTimeout(String xaResourceTimeout)
          Sets the xa-resource-timeout element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.