|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ironjacamar.impl.TimeoutTypeImpl<T>
public class TimeoutTypeImpl<T>
This class implements the timeoutType
xsd type
Constructor Summary | |
---|---|
TimeoutTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
TimeoutTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
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 |
getXaResourceTimeout()
Returns the xa-resource-timeout element |
TimeoutType<T> |
idleTimeoutMinutes(Integer idleTimeoutMinutes)
Sets the idle-timeout-minutes 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> |
removeXaResourceTimeout()
Removes the xa-resource-timeout element |
T |
up()
Returns the parent of this Child |
TimeoutType<T> |
xaResourceTimeout(Integer xaResourceTimeout)
Sets the xa-resource-timeout element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeoutTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public TimeoutTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public TimeoutType<T> blockingTimeoutMillis(Integer blockingTimeoutMillis)
blocking-timeout-millis
element
blockingTimeoutMillis
in interface TimeoutType<T>
blockingTimeoutMillis
- the value for the element blocking-timeout-millis
TimeoutType
public Integer getBlockingTimeoutMillis()
blocking-timeout-millis
element
getBlockingTimeoutMillis
in interface TimeoutType<T>
blocking-timeout-millis
public TimeoutType<T> removeBlockingTimeoutMillis()
blocking-timeout-millis
element
removeBlockingTimeoutMillis
in interface TimeoutType<T>
TimeoutType
public TimeoutType<T> idleTimeoutMinutes(Integer idleTimeoutMinutes)
idle-timeout-minutes
element
idleTimeoutMinutes
in interface TimeoutType<T>
idleTimeoutMinutes
- the value for the element idle-timeout-minutes
TimeoutType
public Integer getIdleTimeoutMinutes()
idle-timeout-minutes
element
getIdleTimeoutMinutes
in interface TimeoutType<T>
idle-timeout-minutes
public TimeoutType<T> removeIdleTimeoutMinutes()
idle-timeout-minutes
element
removeIdleTimeoutMinutes
in interface TimeoutType<T>
TimeoutType
public TimeoutType<T> allocationRetry(Integer allocationRetry)
allocation-retry
element
allocationRetry
in interface TimeoutType<T>
allocationRetry
- the value for the element allocation-retry
TimeoutType
public Integer getAllocationRetry()
allocation-retry
element
getAllocationRetry
in interface TimeoutType<T>
allocation-retry
public TimeoutType<T> removeAllocationRetry()
allocation-retry
element
removeAllocationRetry
in interface TimeoutType<T>
TimeoutType
public TimeoutType<T> allocationRetryWaitMillis(Integer allocationRetryWaitMillis)
allocation-retry-wait-millis
element
allocationRetryWaitMillis
in interface TimeoutType<T>
allocationRetryWaitMillis
- the value for the element allocation-retry-wait-millis
TimeoutType
public Integer getAllocationRetryWaitMillis()
allocation-retry-wait-millis
element
getAllocationRetryWaitMillis
in interface TimeoutType<T>
allocation-retry-wait-millis
public TimeoutType<T> removeAllocationRetryWaitMillis()
allocation-retry-wait-millis
element
removeAllocationRetryWaitMillis
in interface TimeoutType<T>
TimeoutType
public TimeoutType<T> xaResourceTimeout(Integer xaResourceTimeout)
xa-resource-timeout
element
xaResourceTimeout
in interface TimeoutType<T>
xaResourceTimeout
- the value for the element xa-resource-timeout
TimeoutType
public Integer getXaResourceTimeout()
xa-resource-timeout
element
getXaResourceTimeout
in interface TimeoutType<T>
xa-resource-timeout
public TimeoutType<T> removeXaResourceTimeout()
xa-resource-timeout
element
removeXaResourceTimeout
in interface TimeoutType<T>
TimeoutType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |