Package org.pentaho.platform.api.engine
Interface ISessionContainer
-
- All Known Subinterfaces:
IRuntimeRepository
public interface ISessionContainerA "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 voidsetSession(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
-
-