Class PerRequestCoreProvider.Ref
- java.lang.Object
-
- org.nuxeo.ecm.webengine.jaxrs.session.impl.PerRequestCoreProvider.Ref
-
- All Implemented Interfaces:
SessionRef
- Enclosing class:
- PerRequestCoreProvider
public static class PerRequestCoreProvider.Ref extends Object implements SessionRef
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description Ref(CoreSession session)
-
-
-
Field Detail
-
session
protected CoreSession session
-
-
Constructor Detail
-
Ref
public Ref(CoreSession session)
-
-
Method Detail
-
get
public CoreSession get()
- Specified by:
get
in interfaceSessionRef
-
unget
public void unget()
- Specified by:
unget
in interfaceSessionRef
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceSessionRef
-
-