org.jboss.jca.common.api.metadata.common
Interface CommonTimeOut

All Superinterfaces:
JCAMetadata, Serializable
All Known Subinterfaces:
TimeOut

public interface CommonTimeOut
extends JCAMetadata

A TimeOut.

Author:
Stefano Maestri

Nested Class Summary
static class CommonTimeOut.Tag
          A Tag.
 
Method Summary
 Integer getAllocationRetry()
          Get the allocationRetryWaitMillis.
 Long getAllocationRetryWaitMillis()
          Get the allocationRetryWaitMillis.
 Long getBlockingTimeoutMillis()
          Get the blockingTimeoutMillis.
 Long getIdleTimeoutMinutes()
          Get the idleTimeoutMinutes.
 Integer getXaResourceTimeout()
          Get the xaResourceTimeout.
 

Method Detail

getBlockingTimeoutMillis

Long getBlockingTimeoutMillis()
Get the blockingTimeoutMillis.

Returns:
the blockingTimeoutMillis.

getIdleTimeoutMinutes

Long getIdleTimeoutMinutes()
Get the idleTimeoutMinutes.

Returns:
the idleTimeoutMinutes.

getAllocationRetry

Integer getAllocationRetry()
Get the allocationRetryWaitMillis.

Returns:
the allocationRetryWaitMillis.

getAllocationRetryWaitMillis

Long getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis.

Returns:
the allocationRetryWaitMillis.

getXaResourceTimeout

Integer getXaResourceTimeout()
Get the xaResourceTimeout.

Returns:
the xaResourceTimeout.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)