Uses of Interface
org.glassfish.jersey.process.internal.RequestScope.Producer

Packages that use RequestScope.Producer
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of RequestScope.Producer in org.glassfish.jersey.process.internal
 

Methods in org.glassfish.jersey.process.internal with parameters of type RequestScope.Producer
<T> T
RequestScope.runInScope(RequestScope.Instance scopeInstance, RequestScope.Producer<T> task)
          Runs the task in the request scope initialized from the scope instance.
<T> T
RequestScope.runInScope(RequestScope.Producer<T> task)
          Runs the task in the new request scope.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.