|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestScope.Instance | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of RequestScope.Instance in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return RequestScope.Instance | |
|---|---|
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. |
| Methods in org.glassfish.jersey.process.internal with parameters of type RequestScope.Instance | ||
|---|---|---|
|
RequestScope.runInScope(RequestScope.Instance scopeInstance,
Callable<T> task)
Runs the task in the request scope initialized from the
scope instance. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||