|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface StatefulTimeout
Specifies the amount of time a stateful session bean can be idle ( not receive any client invocations ) before it is eligible for removal by the container.
| Required Element Summary | |
|---|---|
long |
value
|
| Optional Element Summary | |
|---|---|
java.util.concurrent.TimeUnit |
unit
|
| Element Detail |
|---|
public abstract long value
public abstract java.util.concurrent.TimeUnit unit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||