|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeoutType<T>
This interface defines the contract for the timeoutType
xsd type
Method Summary | |
---|---|
TimeoutType<T> |
allocationRetry(Integer allocationRetry)
Sets the allocation-retry element |
TimeoutType<T> |
allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
Sets the allocation-retry-wait-millis element |
TimeoutType<T> |
blockingTimeoutMillis(Integer blockingTimeoutMillis)
Sets the blocking-timeout-millis element |
Integer |
getAllocationRetry()
Returns the allocation-retry element |
Integer |
getAllocationRetryWaitMillis()
Returns the allocation-retry-wait-millis element |
Integer |
getBlockingTimeoutMillis()
Returns the blocking-timeout-millis element |
Integer |
getIdleTimeoutMinutes()
Returns the idle-timeout-minutes element |
Integer |
getQueryTimeout()
Returns the query-timeout element |
Integer |
getUseTryLock()
Returns the use-try-lock element |
String |
getXaResourceTimeout()
Returns the xa-resource-timeout element |
TimeoutType<T> |
idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the idle-timeout-minutes element |
Boolean |
isSetTxQueryTimeout()
Removes the set-tx-query-timeout element |
TimeoutType<T> |
queryTimeout(Integer queryTimeout)
Sets the query-timeout element |
TimeoutType<T> |
removeAllocationRetry()
Removes the allocation-retry element |
TimeoutType<T> |
removeAllocationRetryWaitMillis()
Removes the allocation-retry-wait-millis element |
TimeoutType<T> |
removeBlockingTimeoutMillis()
Removes the blocking-timeout-millis element |
TimeoutType<T> |
removeIdleTimeoutMinutes()
Removes the idle-timeout-minutes element |
TimeoutType<T> |
removeQueryTimeout()
Removes the query-timeout element |
TimeoutType<T> |
removeSetTxQueryTimeout()
Removes the set-tx-query-timeout element |
TimeoutType<T> |
removeUseTryLock()
Removes the use-try-lock element |
TimeoutType<T> |
removeXaResourceTimeout()
Removes the xa-resource-timeout element |
TimeoutType<T> |
setTxQueryTimeout()
Sets the set-tx-query-timeout element |
TimeoutType<T> |
useTryLock(Integer useTryLock)
Sets the use-try-lock element |
TimeoutType<T> |
xaResourceTimeout(String xaResourceTimeout)
Sets the xa-resource-timeout element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
TimeoutType<T> blockingTimeoutMillis(Integer blockingTimeoutMillis)
blocking-timeout-millis
element
blockingTimeoutMillis
- the value for the element blocking-timeout-millis
TimeoutType
Integer getBlockingTimeoutMillis()
blocking-timeout-millis
element
blocking-timeout-millis
TimeoutType<T> removeBlockingTimeoutMillis()
blocking-timeout-millis
element
TimeoutType
TimeoutType<T> idleTimeoutMinutes(Integer idleTimeoutMinutes)
idle-timeout-minutes
element
idleTimeoutMinutes
- the value for the element idle-timeout-minutes
TimeoutType
Integer getIdleTimeoutMinutes()
idle-timeout-minutes
element
idle-timeout-minutes
TimeoutType<T> removeIdleTimeoutMinutes()
idle-timeout-minutes
element
TimeoutType
TimeoutType<T> setTxQueryTimeout()
set-tx-query-timeout
element
TimeoutType
Boolean isSetTxQueryTimeout()
set-tx-query-timeout
element
TimeoutType
TimeoutType<T> removeSetTxQueryTimeout()
set-tx-query-timeout
element
TimeoutType
TimeoutType<T> queryTimeout(Integer queryTimeout)
query-timeout
element
queryTimeout
- the value for the element query-timeout
TimeoutType
Integer getQueryTimeout()
query-timeout
element
query-timeout
TimeoutType<T> removeQueryTimeout()
query-timeout
element
TimeoutType
TimeoutType<T> useTryLock(Integer useTryLock)
use-try-lock
element
useTryLock
- the value for the element use-try-lock
TimeoutType
Integer getUseTryLock()
use-try-lock
element
use-try-lock
TimeoutType<T> removeUseTryLock()
use-try-lock
element
TimeoutType
TimeoutType<T> allocationRetry(Integer allocationRetry)
allocation-retry
element
allocationRetry
- the value for the element allocation-retry
TimeoutType
Integer getAllocationRetry()
allocation-retry
element
allocation-retry
TimeoutType<T> removeAllocationRetry()
allocation-retry
element
TimeoutType
TimeoutType<T> allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
allocation-retry-wait-millis
element
allocationRetryWaitMillis
- the value for the element allocation-retry-wait-millis
TimeoutType
Integer getAllocationRetryWaitMillis()
allocation-retry-wait-millis
element
allocation-retry-wait-millis
TimeoutType<T> removeAllocationRetryWaitMillis()
allocation-retry-wait-millis
element
TimeoutType
TimeoutType<T> xaResourceTimeout(String xaResourceTimeout)
xa-resource-timeout
element
xaResourceTimeout
- the value for the element xa-resource-timeout
TimeoutType
String getXaResourceTimeout()
xa-resource-timeout
element
xa-resource-timeout
TimeoutType<T> removeXaResourceTimeout()
xa-resource-timeout
element
TimeoutType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |