public interface Suspendable
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.