public class TimeOutImpl extends TimeOutImpl implements org.jboss.jca.common.api.metadata.ds.TimeOut
allocationRetry, allocationRetryWaitMillis, blockingTimeoutMillis, idleTimeoutMinutes, xaResourceTimeout
Constructor and Description |
---|
TimeOutImpl(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout,
java.lang.Boolean setTxQueryTimeout,
java.lang.Long queryTimeout,
java.lang.Long useTryLock)
Create a new TimeOutImpl.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getQueryTimeout()
Get the queryTimeout.
|
java.lang.Long |
getUseTryLock()
Get the useTryLock.
|
int |
hashCode() |
java.lang.Boolean |
isSetTxQueryTimeout()
Get the setTxQuertTimeout.
|
java.lang.String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
getAllocationRetry, getAllocationRetryWaitMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getXaResourceTimeout
public TimeOutImpl(java.lang.Long blockingTimeoutMillis, java.lang.Long idleTimeoutMinutes, java.lang.Integer allocationRetry, java.lang.Long allocationRetryWaitMillis, java.lang.Integer xaResourceTimeout, java.lang.Boolean setTxQueryTimeout, java.lang.Long queryTimeout, java.lang.Long useTryLock) throws org.jboss.jca.common.api.validator.ValidateException
blockingTimeoutMillis
- blockingTimeoutMillisidleTimeoutMinutes
- idleTimeoutMinutesallocationRetry
- allocationRetryallocationRetryWaitMillis
- allocationRetryWaitMillisxaResourceTimeout
- xaResourceTimeoutsetTxQueryTimeout
- setTxQueryTimeoutqueryTimeout
- queryTimeoutuseTryLock
- useTryLockorg.jboss.jca.common.api.validator.ValidateException
- ValidateExceptionpublic final java.lang.Boolean isSetTxQueryTimeout()
public final java.lang.Long getQueryTimeout()
public final java.lang.Long getUseTryLock()
public int hashCode()
TimeOutImpl
hashCode
in class TimeOutImpl
public boolean equals(java.lang.Object obj)
TimeOutImpl
equals
in class TimeOutImpl
public java.lang.String toString()
TimeOutImpl
toString
in class TimeOutImpl
public void validate() throws org.jboss.jca.common.api.validator.ValidateException
org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
in interface org.jboss.jca.common.api.metadata.ValidatableMetadata
org.jboss.jca.common.api.validator.ValidateException
- in case of validation failCopyright © 2014 IronJacamar (http://www.ironjacamar.org)