|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Suspend
TODO remove.
| Optional Element Summary | |
|---|---|
long |
timeOut
Suspend timeout value in the given time unit. |
java.util.concurrent.TimeUnit |
timeUnit
The suspend timeout time unit. |
public abstract long timeOut
time unit. A default
value is no timeout. Similarly, any explicitly set value
lower then or equal to zero will be treated as a "no timeout" value.
public abstract java.util.concurrent.TimeUnit timeUnit
TimeUnit.MILLISECONDS.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||