| Package | Description |
|---|---|
| org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
| Modifier and Type | Method and Description |
|---|---|
RequestScope.Instance |
RequestScope.createInstance()
Creates a new instance of the
request scope instance. |
RequestScope.Instance |
RequestScope.referenceCurrent()
Get a new reference for to currently running request scope instance.
|
RequestScope.Instance |
RequestScope.suspendCurrent()
Get the current
request scope instance
and mark it as suspended. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RequestScope.runInScope(RequestScope.Instance scopeInstance,
Callable<T> task)
Runs the
task in the request scope initialized from the
scope instance. |
<T> T |
RequestScope.runInScope(RequestScope.Instance scopeInstance,
Producer<T> task)
Runs the
task in the request scope initialized
from the scope instance. |
void |
RequestScope.runInScope(RequestScope.Instance scopeInstance,
Runnable task)
Runs the
task in the request scope initialized from the
scope instance. |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.