|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface InterruptOnTransactionTimeout
This annotation indicates whether or not the thread executing the method should be notified via an interrupt if and when its transaction times out. If the method is invoked outside the scope of any transaction, this annotation is meaningless.
| Optional Element Summary | |
|---|---|
boolean |
value
When true, the thread executing this method will be interrupted if
its transaction times out. |
public abstract boolean value
true, the thread executing this method will be interrupted if
its transaction times out. If false, the thread will continue
without any notification if the transaction times out.
DEFAULT_VALUE)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||