@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface InterruptOnTransactionTimeout
| Modifier and Type | Optional Element and Description |
|---|---|
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)Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.