Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AccessTimeoutType<ConcurrentMethodType<T>> |
ConcurrentMethodType.getOrCreateAccessTimeout()
If not already created, a new
access-timeout element with the given value will be created. |
AccessTimeoutType<T> |
AccessTimeoutType.removeTimeout()
Removes the
timeout element |
AccessTimeoutType<T> |
AccessTimeoutType.removeUnit()
Removes the
unit attribute |
AccessTimeoutType<T> |
AccessTimeoutType.timeout(Integer timeout)
Sets the
timeout element |
AccessTimeoutType<T> |
AccessTimeoutType.unit(String unit)
Sets the
unit element |
AccessTimeoutType<T> |
AccessTimeoutType.unit(TimeUnitTypeType unit)
Sets the
unit element |
Copyright © 2016 JBoss by Red Hat. All rights reserved.