Package org.pentaho.platform.api.engine
Interface ISessionContainer
- All Known Subinterfaces:
IRuntimeRepository
public interface ISessionContainer
A "something" that refers to a session.
This is mainly used to ensure that sessions don't leak.
- Author:
- Andreas Kohn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSession
(IPentahoSession sess) Set the session for this session container.
-
Method Details
-
setSession
Set the session for this session container.- Parameters:
sess
- The IPentahoSession to set
-