org.glassfish.jersey.process.internal
Class RequestScope.Instance

java.lang.Object
  extended by org.glassfish.jersey.process.internal.RequestScope.Instance
Enclosing class:
RequestScope

public static final class RequestScope.Instance
extends Object

Implementation of the request scope instance.


Method Summary
<T> boolean
contains(ActiveDescriptor<T> provider)
           
<T> T
get(ActiveDescriptor<T> inhabitant)
           
<T> T
put(ActiveDescriptor<T> descriptor, T value)
           
 void release()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public <T> T get(ActiveDescriptor<T> inhabitant)

put

public <T> T put(ActiveDescriptor<T> descriptor,
                 T value)

contains

public <T> boolean contains(ActiveDescriptor<T> provider)

release

public void release()

toString

public String toString()
Overrides:
toString in class Object


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