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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSession(IPentahoSession sess)
Set the session for this session container.
-
-
-
Method Detail
-
setSession
void setSession(IPentahoSession sess)
Set the session for this session container.- Parameters:
sess
- The IPentahoSession to set
-
-