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 |
---|---|
StatefulTimeoutType<SessionBeanType<T>> |
SessionBeanType.getOrCreateStatefulTimeout()
If not already created, a new
stateful-timeout element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutType.id(String id)
Sets the
id attribute |
StatefulTimeoutType<T> |
StatefulTimeoutType.removeId()
Removes the
id attribute |
StatefulTimeoutType<T> |
StatefulTimeoutType.removeTimeout()
Removes the
timeout element |
StatefulTimeoutType<T> |
StatefulTimeoutType.removeUnit()
Removes the
unit attribute |
StatefulTimeoutType<T> |
StatefulTimeoutType.timeout(Integer timeout)
Sets the
timeout element |
StatefulTimeoutType<T> |
StatefulTimeoutType.unit(String unit)
Sets the
unit element |
StatefulTimeoutType<T> |
StatefulTimeoutType.unit(TimeUnitTypeType unit)
Sets the
unit element |
Copyright © 2024 JBoss by Red Hat. All rights reserved.