Class CdiRequestContext
java.lang.Object
org.glassfish.jersey.inject.cdi.se.CdiRequestContext
- All Implemented Interfaces:
RequestContext
Implementation of the request context.
-
Method Details
-
getReference
Get a "new" reference of the scope instance. This will increase the internal reference counter which prevents the scope instance to be destroyed until arelease()method is explicitly called (once per eachgetReference()method call).- Specified by:
getReferencein interfaceRequestContext- Returns:
- referenced scope instance.
-
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.
- Specified by:
releasein interfaceRequestContext
-
toString
-