org.glassfish.jersey.process.internal
Class RequestScope.Instance
java.lang.Object
org.glassfish.jersey.process.internal.RequestScope.Instance
- Enclosing class:
- RequestScope
public static final class RequestScope.Instance
- extends java.lang.Object
Implementation of the request scope instance.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.