org.jboss.jca.common.api.metadata.ds
Interface TimeOut

All Superinterfaces:
CommonTimeOut, JCAMetadata, Serializable, ValidatableMetadata

public interface TimeOut
extends CommonTimeOut, ValidatableMetadata

A TimeOut.

Author:
Stefano Maestri

Nested Class Summary
static class TimeOut.Tag
          A Tag.
 
Method Summary
 Long getQueryTimeout()
          Get the queryTimeout.
 Long getUseTryLock()
          Get the useTryLock.
 Boolean isSetTxQueryTimeout()
          Get the setTxQuertTimeout.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonTimeOut
getAllocationRetry, getAllocationRetryWaitMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getXaResourceTimeout
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

isSetTxQueryTimeout

Boolean isSetTxQueryTimeout()
Get the setTxQuertTimeout.

Returns:
the setTxQuertTimeout.

getQueryTimeout

Long getQueryTimeout()
Get the queryTimeout.

Returns:
the queryTimeout.

getUseTryLock

Long getUseTryLock()
Get the useTryLock.

Returns:
the useTryLock.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)