|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Suspendable
Jersey model component that is suspendable and may hold suspend-related information.
| Method Summary | |
|---|---|
long |
getSuspendTimeout()
Get the suspend timeout value in the given time unit. |
TimeUnit |
getSuspendTimeoutUnit()
Get the suspend timeout value time unit. |
boolean |
isManagedAsyncDeclared()
Check if the component is marked to be executed asynchronously by using an internal Jersey executor service. |
boolean |
isSuspendDeclared()
Check if the component is marked for suspending. |
| Method Detail |
|---|
boolean isSuspendDeclared()
true if the component is marked for suspending,
false otherwise.boolean isManagedAsyncDeclared()
executor service.
true if the component is marked for managed asynchronous execution,
false otherwise.long getSuspendTimeout()
time unit.
TimeUnit getSuspendTimeoutUnit()
timeout value time unit.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||