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
 void release()
          Release a single reference to the current request scope instance.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

release

public void release()
Release a single reference to the current request scope instance. Once all instance references are released, the instance will be recycled.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.