@Target(value=TYPE) @Retention(value=RUNTIME) public @interface StatefulTimeout
The semantics of the value
element are as follows:
>
0 indicates a timeout value in the units specified by the unit
element.
Modifier and Type | Required Element and Description |
---|---|
long |
value
The amount of time the stateful session bean can be idle.
|
public abstract long value
>
0 indicates a timeout value in the units specified by the unit
element.
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.