Uses of Interface
org.glassfish.jersey.internal.util.Producer

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

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

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



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